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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-01-11 14:10:05 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-01-26 12:22:29 +0300
commit202e9390705007df91941131c9e31b27cf43a242 (patch)
treed48f3fb1b573bf1d9cab6a0ac59e7f75d372e12d
parent6435394fda558de52f9918fbe3797e9bb3213233 (diff)
Cache gems for cover CI job
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65e5e8238..afcc327c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -93,6 +93,7 @@ test:go1.9-git2.14:
image: registry.gitlab.com/gitlab-org/gitaly/build-ruby-2.3-golang-1.9-git-2.14:latest
cover:
+ <<: *ruby_definition
before_script:
- bundle config --local gemfile Gemfile
stage: test