debshots/.gitlab-ci.yml
2018-08-14 15:01:21 +02:00

9 lines
218 B
YAML

---
test:
stage: test
script:
- apt-get update -qy
- apt-get install -y python-psycopg2 ruby imagemagick
- bundle install --path /cache
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake test