diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9168d4f..b961b52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ build-job: artifacts: paths: - target/*.jar + when: manual tags: - OLYMPUS @@ -43,6 +44,7 @@ docker_build-job: # This job runs in the test stage. - if: $CI_COMMIT_BRANCH exists: - Dockerfile + when: manual tags: - OLYMPUS