diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83dc1c7..c0a7fb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,9 @@ build: script: - apt-get update -qy - - apt-get install -y ruby ruby-dev imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev postgresql - - gem install bundler --no-ri --no-rdoc - - RAILS_ENV=test bundle install --path /cache + - apt-get install -y imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev postgresql + #- gem install bundler --no-ri --no-rdoc + - RAILS_ENV=test bundle install --path vendor - cp config/database.yml.gitlab config/database.yml - RAILS_ENV=test bundle exec rake db:create db:schema:load