From d4f48f4921d62218f0bee29b6eae2479b4287c43 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 16:24:08 +0200 Subject: [PATCH] Added compiler --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af0af73..f0bdeff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,9 @@ test: - stretch script: - apt-get update -qy - - apt-get install -y ruby ruby-dev imagemagick git + - apt-get install -y ruby ruby-dev imagemagick git build-essential - gem install bundler - bundle install --path /cache - bundle exec rake db:create RAILS_ENV=test - bundle exec rake test +