diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1dc49ca336d56fedc87927a5334753b72e2ceb2e..f848003af7b4e38faba5e894dfd2f73e74dac7cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ before_script: - touch log/application.log - touch log/test.log - retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" - - RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load db:migrate + - RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load db:migrate --quiet stages: - test