From 3c2c6db59189d3e7d6cc05ae4ea0fa353290f2e4 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 10 Aug 2021 23:19:06 +0200 Subject: [PATCH] Disable shallow clone --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b20ca2..502a604 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_DEPTH: "0" stages: - test