From 0cf21cf7c215d485b5f51c669e48d47e1b577898 Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Fri, 8 Nov 2019 10:56:22 +0100 Subject: [PATCH] WIP: fixed missing check ( lineendings ) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 614cb81..093af4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ cppcheck: - scripts/cppcheck.sh # Common checks ( Line endings ) -cppcheck: +lineendings: stage: test tags: - shell