Skip to content
Snippets Groups Projects

Resolve "Implement CpG isladns analysis"

Merged Michal Petrovič requested to merge 9-implement-cpg-isladns-analysis into main
Compare and Show latest version
1 file
+ 0
28
Compare changes
  • Side-by-side
  • Inline
+ 0
28
@@ -8,37 +8,9 @@ cache:
- build/
stages:
- analyse
- build
- publish
# ===========================================================================
# Stage: analyse
# ===========================================================================
include:
- template: Code-Quality.gitlab-ci.yml
code_quality:
tags:
- worker
stage: analyse
services: [] # Shut off Docker-in-Docker
variables:
REPORT_FORMAT: html
artifacts:
paths: [gl-code-quality-report.html]
# second job has to be run to create both artefacts
code_quality_json:
tags:
- rancher02
extends: code_quality
variables:
REPORT_FORMAT: json
artifacts:
paths: [gl-code-quality-report.json]
# ===========================================================================
# Stage: build