diff --git a/.drone.yml b/.drone.yml index 9fbb90b..0777e17 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: rspec image: guildeducation/rails:2.7.1-12.19.0 commands: - - bundle install + - bundle install --jobs=3 --retry=3 - yarn install - bundle exec rspec when: