From bbda7fa4d0bdf927b7c7de89d2ffecb2305e0d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Rodr=C3=ADguez?= Date: Fri, 15 Dec 2017 19:37:41 -0300 Subject: Make the `cover` build use the correct Gemfile --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3