From 7a02694a1ae93147ab040db7a2bb9e2103bc35a2 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 19 May 2021 17:33:00 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 789a982..b8c7945 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ code_style: tags: [ docker ] stage: test script: - - clang-format-11 --dry-run --verbose **/*.c **/*.h **/*.h.in **/*.c.in + - clang-format-11 --dry-run --verbose **/*.c **/*.h **/*.h.in allow_failure: true # cmocka tests -- GitLab