image: "ruby:2.6" cache: paths: - vendor/ruby before_script: - ruby -v - gem install bundler - bundle install -j $(nproc) --path vendor rspec: script: - bundle exec rspec spec