debshots/.gitlab-ci.yml
Christoph Haas d39b9b1c3f Yaml typo
2018-08-14 15:35:34 +02:00

12 lines
259 B
YAML

---
test:
stage: test
tags:
- stretch
script:
- apt-get update -qy
- apt-get install -y ruby ruby-dev imagemagick git
- gem install bundler
- bundle install --path /cache
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake test