Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-12-09 21:35:20 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-12-09 21:35:20 +0300
commit86aa535562ea627ccea93bcdf7e63468a4a148bf (patch)
treeeafdddcf97b24ec564953aff97d18be86fdee2bf /.gitlab-ci.yml
parentcfe46f485da6e45ddb9f64d471b92892579dd9b7 (diff)
Run db:reset before db:create on CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39d8f59cf07..c614e14e243 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ before_script:
- touch log/application.log
- touch log/test.log
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
- - bundle exec rake db:create RAILS_ENV=test
+ - bundle exec rake db:reset db:create RAILS_ENV=test
spec:feature:
script: