diff options
author | Rémy Coutable <remy@rymai.me> | 2018-01-22 11:13:33 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-01-23 15:29:20 +0100 |
commit | fca2a75266cfeefb2497a0a43b7bca127c970597 (patch) | |
tree | e61d1234258052ae1e99f1fe8bf213b47dace1bc /.gitlab-ci.yml | |
parent | ea14c1e6963f4411666804aed084344916e49ad9 (diff) | |
download | gitlab-ce-fca2a75266cfeefb2497a0a43b7bca127c970597.tar.gz |
Ensure Gitaly Ruby gems are installed using the correct Gemfile and at the correct locationrc/improve-setup-test-env
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9c5ebe7a35..bb1c84ab918 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.3.6-golang-1.9-git - gitlab-org .default-cache: &default-cache - key: "ruby-235-with-yarn" + key: "ruby-2.3.6-with-yarn" paths: - vendor/ruby - .yarn-cache/ |