Skip to content
Snippets Groups Projects
Commit ff412840 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Test Code Quality checking

Changelog: other
parent e71d5b97
No related branches found
No related tags found
1 merge request!77Test Code Quality checking
Pipeline #413343 passed
......@@ -10,6 +10,7 @@ stages:
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- template: 'Jobs/Code-Quality.gitlab-ci.yml'
variables:
PY_COLORS: "1"
......@@ -57,6 +58,14 @@ license_compliance:
script:
- poetry run reuse lint
code_quality:
rules:
- if: $CODE_QUALITY_DISABLED
when: never
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
test:
extends:
- .base_job
......
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