image: "ruby:2.5" before_script: - ruby -v - which ruby - gem install bundler - bundle install --jobs $(nproc) "${FLAGS[@]}" rspec: stage: test script: - bundle exec rspec