Browse Source

Make Pipeline work with Gitlab 15

technical/upgrade-exoplayer
Georg Krause 2 years ago
parent
commit
fdadc5853a
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -102,7 +102,9 @@ coverage:
- tags - tags
artifacts: artifacts:
reports: reports:
cobertura: $COBERTURA_REPORT coverage_report:
coverage_format: cobertura
path: $COBERTURA_REPORT
build-develop: build-develop:
extends: .build extends: .build

Loading…
Cancel
Save