wag/.gitlab-ci.yml

15 lines
167 B
YAML
Raw Normal View History

2020-03-28 16:28:17 +13:00
image: ruby:latest
before_script:
- bundle install
test:
stage: test
script:
- bundle exec rspec
rubocop:
stage: test
script:
- bundle exec rspec