diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-14 12:17:17 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-14 12:17:17 +0100 |
commit | fd1aa7ad49e2c0dcde4724ed966b6e3a446c2903 (patch) | |
tree | 6f97f9e844cf100bb34e6f9fa8b2bd07fc50c7a8 /.gitlab-ci.yml | |
parent | 15474d6bf1172436fb0a119882723e62942e3d11 (diff) | |
download | National_eIDAS_Gateway-fd1aa7ad49e2c0dcde4724ed966b6e3a446c2903.tar.gz National_eIDAS_Gateway-fd1aa7ad49e2c0dcde4724ed966b6e3a446c2903.tar.bz2 National_eIDAS_Gateway-fd1aa7ad49e2c0dcde4724ed966b6e3a446c2903.zip |
fix wrong indent in GitLab CI configuration
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |