summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-03 11:15:38 +0200
committerJames Lopez <james@jameslopez.es>2016-05-03 11:15:38 +0200
commit2a78e03ad54baf78b10fb3297cf0f38d78b87aa8 (patch)
tree12ce4c0244c71c02ea00f98771e039fa7a7122c8 /.gitlab-ci.yml
parent58b0b1a6615958d2ca7628a06898f81b316e6637 (diff)
parentf0c4f727359a5848d12e2097bad6a6a3190943ef (diff)
downloadgitlab-ce-2a78e03ad54baf78b10fb3297cf0f38d78b87aa8.tar.gz
Merge branches 'feature/project-export' and 'master' of gitlab.com:gitlab-org/gitlab-ce into feature/project-export
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1dc49ca336d..85730e1b687 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,6 +115,11 @@ bundler:audit:
script:
- "bundle exec bundle-audit check --update --ignore OSVDB-115941"
+db-migrate-reset:
+ stage: test
+ script:
+ - RAILS_ENV=test bundle exec rake db:migrate:reset
+
# Ruby 2.2 jobs
spec:feature:ruby22: