diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb75959..b6fc9b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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