From 73a878ea83c2fdd42af5f9e727b6ee305721be4e Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 3 Apr 2019 17:18:56 +0200 Subject: [PATCH] Fix CI Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2247601..f18ea7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ before_script: - alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012" Lint: + stage: Lint script: - shellcheck ./system/.local/bin/* - shellcheck ./system/.config/custom/keyleds