Add .gitlab-ci.yml

This commit is contained in:
Daniel Schädler 2019-04-12 13:16:03 +02:00
parent 0da2702e21
commit bf073deef5
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ image: ruby:2.6.2
test: test:
script: script:
- bundle install
- bundle exec rails db:migrate RAILS_ENV=test - bundle exec rails db:migrate RAILS_ENV=test
- bundle exec rails spec RAILS_ENV=test - bundle exec rails spec RAILS_ENV=test