diff options
author | Christian Kollmann <christian.kollmann@a-sit.at> | 2020-10-30 10:59:29 +0100 |
---|---|---|
committer | Christian Kollmann <christian.kollmann@a-sit.at> | 2020-10-30 10:59:29 +0100 |
commit | 475c30468cdfe502a48b735837b99d1fd2661132 (patch) | |
tree | d0235e98e49043866819284219ac6c48600bf799 | |
parent | 4fff33e9d658ca458c31394767a92f5f6599a643 (diff) | |
download | EAAF-Components-475c30468cdfe502a48b735837b99d1fd2661132.tar.gz EAAF-Components-475c30468cdfe502a48b735837b99d1fd2661132.tar.bz2 EAAF-Components-475c30468cdfe502a48b735837b99d1fd2661132.zip |
CI: Add junit report, enable code quality scanning
-rw-r--r-- | .gitlab-ci.yml | 3 |
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 |