summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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