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: ...@@ -22,14 +22,16 @@ compile:
script: script:
- mvn $MAVEN_CLI_OPTS compile - mvn $MAVEN_CLI_OPTS compile
artifacts: artifacts:
- target paths:
- target
test: test:
stage: compile stage: compile
script: script:
- mvn $MAVEN_CLI_OPTS test-compile test - mvn $MAVEN_CLI_OPTS test-compile test
artifacts: artifacts:
- target paths:
- target
package: package:
stage: package stage: package
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!