From eff7a02f9f4618d01bc26ed239464213ddc02d80 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 18:40:22 +0200 Subject: [PATCH] Skipping double database creation --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 732007e..41b4619 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,5 +26,6 @@ build: - RAILS_ENV=test bundle install --path vendor - 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:schema:load - bundle exec rake test