diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d8b70b..6e5b7ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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