Fix .gitlab-ci.yml

This commit is contained in:
2019-02-11 10:50:29 +00:00
parent 2d03bde49d
commit 2520d3e2bb

View File

@@ -24,7 +24,7 @@ test:
package:
stage: package
script:
-mvn $MAVEN_CLI_OPTS package
- mvn $MAVEN_CLI_OPTS package
artifacts:
paths:
- target/*jar-with-dependencies.jar