From bfcf4fa071beeda7ae4f73b67c4936f237b706ab Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 18:32:01 +0200 Subject: [PATCH] Fixed order --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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