diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c468aa..78c0e6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ variables: build: stage: build script: + - echo "Running package..." + - cd ${GITLAB_CLONE_DIR} - mvn clean package artifacts: paths: @@ -32,10 +34,6 @@ on_commits: stage: on_commit dependencies: - build - script: - - echo "Running tests..." - - cd ${GITLAB_CLONE_DIR} - - mvn test only: - /^feature.*$/ - merge_request