From bf82c2dfdb4c0f29a7250b398c97408771085a03 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 7 Feb 2021 23:13:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ac31a4..c82035b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ 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 + - gem install bundler - 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