summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-08-05 11:24:44 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-08-05 11:27:25 +0200
commit1698f6381687caa7590edc914c27235a27a31f3f (patch)
treed0c42d9190484ba7c9d207fca2263530b700e783
parentbd9a0ce3e189ed6e68268735c5f1907868fcb5dc (diff)
downloadgitlab-ci-redis-cache.tar.gz
Recreate databaseredis-cache
-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: