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 +