diff options
author | Jacob Vosmaer (out of office May 10-14) <jacob@gitlab.com> | 2018-05-14 08:10:29 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-05-14 08:10:29 +0000 |
commit | d291f69fd9620980aabdd740aa15dfe611aea3fe (patch) | |
tree | cc13c2218c29ee2a1e398712d7caaf87c27ab6e8 /.gitlab-ci.yml | |
parent | 94ff08ba3d3aa7a1274e3fc919fcb6bf789e09fd (diff) | |
download | gitlab-ce-d291f69fd9620980aabdd740aa15dfe611aea3fe.tar.gz |
Fix gitaly-ruby bundle poisoning in CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |