From 079d1951535b1316fc7162fcdd777cfe4e50606d Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 29 Mar 2022 16:37:18 +0200 Subject: [PATCH] chore: cleanup/consolidation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1517553..05a9b19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ lint-job: stage: lint script: - echo "Running lint to check for linting violations" - - lint -c lint.cfg + - ansible-lint -c lint.cfg only: - branches except: