debshots/.gitlab-ci.yml
Christoph Haas cc1f490d28 Next try
2018-08-14 15:12:23 +02:00

10 lines
226 B
YAML

---
test:
stage: test
script:
- apt-get update -qy
- 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