diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8da418ce..ed867e0b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ variables: - bash .gitlab-ci/show-execution-environment.sh - cp -r $HOME/subprojects/* subprojects/ -style-check-diff: +style-check-advisory: extends: .only-default image: $DEBIAN_IMAGE stage: style-check @@ -607,7 +607,7 @@ pages: stage: deploy only: - main - needs: ['coverage', 'style-check-diff'] + needs: ['coverage', 'style-check-advisory'] script: - mv _coverage/ public/ artifacts: |