Commit 07c8d5f7 authored by Seyed Reza  Sajjadinasab's avatar Seyed Reza Sajjadinasab
Browse files

Update .gitlab-ci.yml file

parent 80f1be90
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,10 +10,11 @@ before_script:
compile:
  stage: build
  script:
    - cd CheckerCorrector
    - make dev_checker
  artifacts:
    paths:
      - checker  # Assuming 'checker' is the compiled executable
    - CheckerCorrector

test:
  stage: test