From f631a87269934b531c6116d0919b650b14359c39 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 10 Aug 2021 22:47:35 +0200 Subject: [PATCH] Use fetch instead of shallow clone in CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ebc8ce..eff63d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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_STRATEGY: fetch GIT_FETCH_EXTRA_FLAGS: --tags stages: