diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 703edb23d4449856030c4e3e80a3598002a90291..e6272ab45ef683c7cb076fd1c0144097a050a327 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ before_script: - gem install bundler - - bundle install + - bundle install --jobs $(nproc) --path=/cache/bundler - bundle exec rake db:create test: