Commit 996c3d9f by Jessica Hawkwell

Update .gitlab-ci.yml

1 parent 7459cbb8
Pipeline #108 failed
in 51 seconds
Showing with 2 additions and 0 deletions
......@@ -22,6 +22,7 @@ compile:
script:
- mvn $MAVEN_CLI_OPTS compile
artifacts:
paths:
- target
test:
......@@ -29,6 +30,7 @@ test:
script:
- mvn $MAVEN_CLI_OPTS test-compile test
artifacts:
paths:
- target
package:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!