summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 76117a48730..33d194604db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -280,12 +280,11 @@ migration paths:
stage: test
<<: *use-db
only:
- - master@gitlab-org/gitlab-ce
+ - troubleshoot-migration-paths-failure@gitlab-org/gitlab-ce
script:
- git checkout HEAD .
- git fetch --tags
- git checkout v8.5.9
- - 'echo test: unix:/var/opt/gitlab/redis/redis.socket > config/resque.yml'
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry=3
- rake db:drop db:create db:schema:load db:seed_fu
- git checkout $CI_BUILD_REF