use mvn package instead of clean install

This commit is contained in:
2019-12-17 18:16:34 +01:00
parent e3bfbee80b
commit b8f1017192

View File

@@ -4,7 +4,7 @@ build:
tags: tags:
- docker - docker
script: script:
- mvn -U clean install - mvn package
test: test:
image: ubuntu:latest image: ubuntu:latest