wag/.gitlab-ci.yml
2020-03-28 16:35:21 +13:00

14 lines
167 B
YAML

image: ruby:latest
before_script:
- bundle install
test:
stage: test
script:
- bundle exec rspec
rubocop:
stage: test
script:
- bundle exec rspec