summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01c4103..45b5fd6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ services:
# Cache gems in between builds
cache:
paths:
- - vendor/ruby
+ - vendor/
# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
@@ -20,8 +20,8 @@ before_script:
- ruby -v
- curl -s couchdb:5984
- git submodule update --init
- - cp test/config/gitlab/couchdb.yml config/couchdb.admin.yml
- - cp test/config/gitlab/couchdb.yml config
+ - cp config/ci/gitlab/couchdb.yml config/couchdb.admin.yml
+ - cp config/ci/gitlab/couchdb.yml config
- gem install bundler --no-ri --no-rdoc
- bundle install -j $(nproc) --path vendor --without development debug
- bundle exec rake RAILS_ENV=test db:rotate