Sha256: 013f0e1110367ba7107b0557bcab9c5f687bf26cf88dbc3702063e096386deee

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

image: gitlab.i22.de:5001/docker/i22-ubuntu:20.04

before_script:
  - gem install bundler -v 2.2.15
  - bundle install -j $(nproc) --path vendor/ruby

cache:
  key: ${CI_COMMIT_REF_SLUG}
  paths:
    - vendor/ruby

lint:
  script:
    - bundle exec rubocop

test:
  script:
    - bundle exec rspec
  coverage: /\(\d+.\d+%\)/
  artifacts:
    reports:
      cobertura: coverage/coverage.xml
    expire_in: 1 day

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minutely-3.0.0 .gitlab-ci.yml