image: "ruby:2.7" cache: paths: - vendor/ruby before_script: - ruby -v - bundle install -j $(nproc) --path vendor test: script: - bundle exec rake test rubocop: script: - bundle exec rubocop