Using Ruby image instead of Debian Stretch

This commit is contained in:
Christoph Haas 2018-08-14 17:55:34 +02:00
parent 9cd5198fe3
commit 26aa896b15

View file

@ -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