Sha256: c8793f1e4a218ea1a42d8a16b97f8ebc0096dc6aba8c0c2219977fb94e455c5a

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

default:
  image: "ruby:${RUBY_VERSION}"

stages:
  - test

.test-template: &test
  before_script:
    - bundle install
  script:
    - bundle exec rake spec

rspec:
  parallel:
    matrix:
      - RUBY_VERSION: [ "2.7", "3.0" ]
  <<: *test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitlab_omniauth-ldap-2.2.0 .gitlab-ci.yml