Commit 76b0a2fb authored by Rémy Coutable's avatar Rémy Coutable

Ensure the job also run for tags

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 26c4dea7
...@@ -717,8 +717,6 @@ pages: ...@@ -717,8 +717,6 @@ pages:
cache gems: cache gems:
<<: *dedicated-runner <<: *dedicated-runner
<<: *pull-cache <<: *pull-cache
only:
- tags
variables: variables:
SETUP_DB: "false" SETUP_DB: "false"
script: script:
...@@ -729,6 +727,7 @@ cache gems: ...@@ -729,6 +727,7 @@ cache gems:
only: only:
- master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee - master@gitlab-org/gitlab-ee
- tags
gitlab_git_test: gitlab_git_test:
<<: *dedicated-runner <<: *dedicated-runner
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment