1 2 3 4 5 6 7 8 9 10 11 12 13
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