From 475c30468cdfe502a48b735837b99d1fd2661132 Mon Sep 17 00:00:00 2001 From: Christian Kollmann Date: Fri, 30 Oct 2020 10:59:29 +0100 Subject: CI: Add junit report, enable code quality scanning --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fbd5459..516f0a75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ include: - template: Dependency-Scanning.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml + - template: Code-Quality.gitlab-ci.yml stages: - assemble @@ -35,7 +36,7 @@ assemble: artifacts: when: always reports: - junit: "target/surefire-reports/TEST-*.xml" + junit: "**/target/surefire-reports/TEST-*.xml" publishToGitlab: stage: package -- cgit v1.2.3