From cc1f490d28af34f6d965f9d56a99e07985f0d057 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 15:12:23 +0200 Subject: [PATCH] Next try --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1786035..225f203 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,8 @@ test: stage: test script: - apt-get update -qy - - apt-get install -y python-psycopg2 ruby imagemagick + - apt-get install -y ruby imagemagick + - gem install bundler - bundle install --path /cache - bundle exec rake db:create RAILS_ENV=test - bundle exec rake test