Fixed order

This commit is contained in:
Christoph Haas 2018-08-14 18:32:01 +02:00
parent a033717421
commit bfcf4fa071

View file

@ -43,7 +43,7 @@ test:
- postgres:latest
script:
- bundle exec rake test
- cp config/database.yml.gitlab config/database.yml
- RAILS_ENV=test bundle exec rake db:create db:schema:load
- bundle exec rake test