diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 344198b..d8ba836 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ upload-release: test-prerelease: stage: test rules: - - if: '$CI_COMMIT_TAG' + - if: $CI_COMMIT_TAG when: never - if: '$CI_COMMIT_BRANCH == "master"' script: @@ -81,7 +81,7 @@ test-prerelease: test-release: stage: test rules: - - if: '$CI_COMMIT_TAG' + - if: $CI_COMMIT_TAG - if: '$CI_COMMIT_BRANCH == "master"' script: - echo $