diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 87d379b26bc..2aaed41f4a6 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -56,6 +56,7 @@ clang-format: - meson setup build - clang-format-${LLVM_VERSION} --version - ninja -C build clang-format + allow_failure: true .test-check: # Cancel job if a newer commit is pushed to the same branch