From 26aa896b159aa3b6163c8ac1a7061d40e1a63f4d Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 17:55:34 +0200 Subject: [PATCH] Using Ruby image instead of Debian Stretch --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83dc1c7..c0a7fb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,9 @@ build: script: - apt-get update -qy - - apt-get install -y ruby ruby-dev imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev postgresql - - gem install bundler --no-ri --no-rdoc - - RAILS_ENV=test bundle install --path /cache + - apt-get install -y imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev postgresql + #- 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