From c27920a0d094a9ff5e76694602e2a16ae75cf7e6 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Wed, 23 Oct 2019 08:48:27 +0200 Subject: [PATCH] Fix GitLab-CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72bd619..59d70d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ cache: - vendor/ruby before_script: - - gem install bundler --no-ri --no-rdoc + - gem install bundler -N - bundle install -j $(nproc) --path vendor rubocop: -- GitLab