From 1698f6381687caa7590edc914c27235a27a31f3f Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Wed, 5 Aug 2015 11:24:44 +0200 Subject: Recreate database --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69f7289..e1601ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ before_script: - cp config/application.yml.example config/application.yml - cp config/secrets.yml.example config/secrets.yml - bundle --without postgres - - RAILS_ENV=test bundle exec rake db:setup + - bundle exec rake db:create RAILS_ENV=test specs: script: SIMPLECOV=true RAILS_ENV=test bundle exec rake spec tags: -- cgit v1.2.1