Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ before_script: compile: stage: build tags: - openjdk 17 script: - cd CheckerCorrector - make dev_checker Loading @@ -18,5 +20,7 @@ compile: test: stage: test tags: - openjdk 17 script: - ./checker --sentence "I am an apple" Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ before_script: compile: stage: build tags: - openjdk 17 script: - cd CheckerCorrector - make dev_checker Loading @@ -18,5 +20,7 @@ compile: test: stage: test tags: - openjdk 17 script: - ./checker --sentence "I am an apple"