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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-12-16 01:37:41 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-12-16 17:59:47 +0300
commitbbda7fa4d0bdf927b7c7de89d2ffecb2305e0d34 (patch)
tree05a8ee85ae24b92f8aec2f4243adbc790824a485
parentc4c65e51a4f466ec5398f79dd32e2530c4e9b917 (diff)
Make the `cover` build use the correct Gemfileci-cover-fix
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36bb7fd80..d3724d945 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,8 @@ test:go1.8-git2.14:
image: registry.gitlab.com/gitlab-org/gitaly/build-ruby-2.3-golang-1.8-git-2.14:latest
cover:
+ before_script:
+ - bundle config --local gemfile Gemfile
stage: test
script:
- make cover