Commit 996c3d9f by Jessica Hawkwell

Update .gitlab-ci.yml

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