kind: pipeline type: docker name: CI build steps: - name: rspec image: guildeducation/rails:2.7.1-12.19.0 commands: - bundle install --jobs=3 --retry=3 - yarn install - bundle exec rspec when: branch: - master