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