Skip to content
Snippets Groups Projects
Commit a03e4487 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Update .gitlab-ci.yml

parent d9826520
No related branches found
No related tags found
No related merge requests found
Pipeline #14 failed with stages
in 4 minutes and 58 seconds
...@@ -21,7 +21,7 @@ test-assignment: ...@@ -21,7 +21,7 @@ test-assignment:
stage: test stage: test
dependencies: dependencies:
- build-jdk8 - build-jdk8
script: "java -cp "chocopy-ref.jar:target/assignment.jar" chocopy.ChocoPy --pass=.s --dir src/test/data/pa2/sample --test" script: "java -cp chocopy-ref.jar:target/assignment.jar chocopy.ChocoPy --pass=.s --dir src/test/data/pa2/sample --test"
test-positive-whole: test-positive-whole:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment