image: ruby:2.5.0 pipelines: default: - step: caches: - bundler script: - gem install bundle rubocop - bundle install - rubocop - rake definitions: caches: bundler: vendor/bundle