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