Skipping double database creation

This commit is contained in:
Christoph Haas 2018-08-14 18:40:22 +02:00
parent b3dd07cc29
commit eff7a02f9f

View file

@ -26,5 +26,6 @@ build:
- RAILS_ENV=test bundle install --path vendor - RAILS_ENV=test bundle install --path vendor
- cp config/database.yml.gitlab config/database.yml - cp config/database.yml.gitlab config/database.yml
- RAILS_ENV=test bundle exec rake db:create db:schema:load - RAILS_ENV=test bundle exec rake db:create db:schema:load
#- RAILS_ENV=test bundle exec rake db:schema:load
- bundle exec rake test - bundle exec rake test