summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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: