diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2520d8..03b5679 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 git + - apt-get install -y ruby ruby-dev imagemagick git - gem install bundler - bundle install --path /cache - bundle exec rake db:create RAILS_ENV=test