Skip to content
Snippets Groups Projects
Commit 87cfb0a7 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add code climate ci check

parent 5ce63696
Branches
Tags
2 merge requests!58Develop,!53Resolve "process_derivaUpload"
Pipeline #8701 failed
......@@ -12,13 +12,29 @@ variables:
refHuVersion: "38.p12.v31"
refERCCVersion: "92"
include:
- template: Code-Quality.gitlab-ci.yml
stages:
- test
- unit
- aggregation
- reference
- integration
- consistency
code_quality:
stage: test
artifacts:
paths: [gl-code-quality-report.json]
expire_in: 1 year
code_quality_html:
stage: test
variables:
REPORT_FORMAT: html
artifacts:
paths: [gl-code-quality-report.html]
getBag:
stage: unit
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment