Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer (out of office May 10-14) <jacob@gitlab.com>2018-05-14 11:10:29 +0300
committerRémy Coutable <remy@rymai.me>2018-05-14 11:10:29 +0300
commitd291f69fd9620980aabdd740aa15dfe611aea3fe (patch)
treecc13c2218c29ee2a1e398712d7caaf87c27ab6e8 /.gitlab-ci.yml
parent94ff08ba3d3aa7a1274e3fc919fcb6bf789e09fd (diff)
Fix gitaly-ruby bundle poisoning in CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05487134cb1..9c1eb2736b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.7-golang-1.9-git
paths:
- vendor/ruby
- .yarn-cache/
+ - vendor/gitaly-ruby
.push-cache: &push-cache
cache:
@@ -438,6 +439,7 @@ setup-test-env:
paths:
- tmp/tests
- config/secrets.yml
+ - vendor/gitaly-ruby
rspec-pg 0 28: *rspec-metadata-pg
rspec-pg 1 28: *rspec-metadata-pg