From 6a43b25b14a3b97a552a824ad88730da80cb30f1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 7 Feb 2021 22:59:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8a7529..fc6fc38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,10 +17,9 @@ build: script: - apt-get update -qy - apt-get -o dir::cache::archives="vendor/apt" install -yqq imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev ruby - - gem install bundler --no-ri --no-rdoc + - gem install bundler --no-rdoc - RAILS_ENV=test bundle install --path vendor - cp config/database.yml.gitlab config/database.yml - RAILS_ENV=test bundle exec rake db:create db:schema:load #- RAILS_ENV=test bundle exec rake db:schema:load - bundle exec rake test -