This commit is contained in:
Christoph Haas 2018-08-14 15:12:23 +02:00
parent 8719900613
commit cc1f490d28

View file

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