Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading