diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a58a4ad31..ba2cd2502 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -416,7 +416,7 @@ clippy: extends: .img-stable stage: 'extras' variables: - CLIPPY_LINTS: -D warnings + CLIPPY_LINTS: -D warnings -W unknown-lints needs: - job: 'build-stable' artifacts: false