Skip to content
Snippets Groups Projects
Verified Commit 873984bb authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Try code quality.

parent fcd96f52
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ variables:
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- template: 'Code-Quality.gitlab-ci.yml'
# extends
- local: '/scripts/ci/extends/defaults.yml'
- local: '/scripts/ci/extends/rules-master-manual.yml'
......@@ -47,3 +48,4 @@ include:
- local: '/scripts/ci/jobs/web.yml'
- local: '/scripts/ci/jobs/clang-sanitizer.yml'
- local: '/scripts/ci/jobs/clang-tidy.yml'
- local: '/scripts/ci/jobs/code-quality.yml'
code_quality:
stage: checks
rules:
variables:
DOCKER_TLS_CERTDIR: "/certs"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment