Next atttempt

This commit is contained in:
Christoph Haas 2018-08-14 15:16:33 +02:00
parent cc1f490d28
commit 5d48068c37

View file

@ -3,7 +3,7 @@ test:
stage: test
script:
- apt-get update -qy
- apt-get install -y ruby imagemagick
- apt-get install -y ruby imagemagick git
- gem install bundler
- bundle install --path /cache
- bundle exec rake db:create RAILS_ENV=test