1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

upload code quality artifact

This commit is contained in:
Sylvain 2022-07-13 17:19:01 +02:00
parent 8fb21dd468
commit 05a297ab3f

View File

@ -1,4 +1,9 @@
include:
- template: Code-Quality.gitlab-ci.yml
stages:
- test
include:
- template: Code-Quality.gitlab-ci.yml
code_quality:
artifacts:
paths: [ gl-code-quality-report.json ]