From 80f1ad63dfcd3a879f069fdb77f6d20e268bc5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Peters?= <soe.peters@tu-braunschweig.de> Date: Thu, 10 Jun 2021 14:58:42 +0000 Subject: [PATCH] Allow failure for clang-tidy job. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36970b16f..37bb1650f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -488,6 +488,8 @@ clang-tidy: needs: [] + allow_failure: true + before_script: - run-clang-tidy -h -- GitLab