From fd1aa7ad49e2c0dcde4724ed966b6e3a446c2903 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 14 Dec 2020 12:17:17 +0100 Subject: fix wrong indent in GitLab CI configuration --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d865418..7d336924 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,8 +38,8 @@ assemble: when: always reports: junit: "**/target/surefire-reports/TEST-*.xml" - paths: - - target/jacoco-report/jacoco.xml + paths: + - target/jacoco-report/jacoco.xml buildDistributionPackage: -- cgit v1.2.3