unit: stage: test script: - gem install bundler -v '~> 2.0' - bundle install - bundle exec rspec spec/unit integration: stage: test script: - gem install bundler -v '~> 2.0' - bundle install - bundle exec rspec spec/integration