Commit 03f50784 authored by Seyed Reza  Sajjadinasab's avatar Seyed Reza Sajjadinasab
Browse files

Update .gitlab-ci.yml file

parent 2ee7943a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ before_script:

compile:
  stage: build
  tags:
    - openjdk 17
  script:
    - cd CheckerCorrector
    - make dev_checker
@@ -18,5 +20,7 @@ compile:

test:
  stage: test
  tags:
    - openjdk 17
  script:
    - ./checker --sentence "I am an apple"