diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31dc1d9697a7a8fad289cc8e327bbff14db73918..144f0fa2f251d925d8c672ab311e4d0e5128fd2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,10 +26,7 @@ stages: build: stage: build script: - - mvn clean compile $MAVEN_CLI_OPTS - artifacts: - paths: - - target/*.jar + - mvn clean compile $MAVEN_CLI_OPTS --update-snapshots test: stage: test