Disable shallow clone

This commit is contained in:
Georg Krause 2021-08-10 23:19:06 +02:00
parent 55a1bd2b2b
commit 3c2c6db591
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_DEPTH: "0"
stages:
- test