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