diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 117743cf6dd92946067ca8e9b9ea230c8fc33799..9908d7212964c8bce844ebe17084bb6e861566c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ Check licenses: variables: CACHE_POLICY: pull script: - - pre-commit run --hook-stage manual reuse + - pre-commit run --color=always --hook-stage manual reuse rules: - if: $CI_PIPELINE_SOURCE == "web" when: manual