From 54e311560759dbff71abb2b9edeec19523d76f65 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 2 Nov 2017 12:56:53 +0100 Subject: [PATCH] Bundle without nproc on CI nproc is in coreutils which isn't installed by default. Since the Gemfile is so small there's no real benefit to using -jX anyway. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a953e0..55d6298 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ - ruby --version - gem --version - bundle --version - - bundle install -j $(nproc) --path vendor --retry=3 + - bundle install --path vendor --retry=3 script: - bundle exec rake cache: