diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a16f72..d816b28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,8 @@ package : release_job : stage : release image : registry.gitlab.com/gitlab-org/release-cli:latest + tags: + - linux-maven rules : - exists: - ./CHANGELOG.md @@ -89,6 +91,4 @@ release_job : tag_name : '$CI_COMMIT_SHA' name : 'Release $CI_COMMIT_SHA' description: './CHANGELOG.md' - ref : '$CI_COMMIT_SHA' - dependencies: - - package \ No newline at end of file + ref : '$CI_COMMIT_SHA' \ No newline at end of file