Explicitly fetch tags in CI

This commit is contained in:
Georg Krause 2021-08-10 22:18:08 +02:00
parent 45c9d28dda
commit c6775e549c
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ variables:
COBERTURA_REPORT: '$CI_PROJECT_DIR/app/build/reports/cobertura.xml'
JACOCO_CSV_LOCATION: '$CI_PROJECT_DIR/app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.csv'
JACOCO_XML_LOCATION: '$CI_PROJECT_DIR/app/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml'
GIT_FETCH_EXTRA_FLAGS: --tags
stages:
- test