From c83beea22aff8b8900334fc332f46023f7b36d50 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 26 Apr 2020 15:53:09 +0100 Subject: [PATCH] Fix shellcheck run. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d610d4..e285a71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ bash: stage: lint image: koalaman/shellcheck-alpine script: - - shellcheck --shell=bash audit.bash tests/commons.sh + - shellcheck --shell=bash audit.bash python: stage: lint