From 63ac834cc4408cf07a3cf9010f454e62196626ba Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 7 Feb 2021 22:56:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f25815..c8a7529 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,8 @@ 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 ruby-bundler - #- gem install bundler --no-ri --no-rdoc + - 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 - 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