diff --git a/.drone.yml b/.drone.yml index e7b377d..3a861aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,8 @@ steps: - master - name: rspec image: guildeducation/rails:2.7.1-12.19.0 + environment: + RAILS_ENV: test commands: - bundle install --jobs=3 --retry=3 --deployment - yarn install