diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4905da1b084ad52e7bd1b91b3e1e0b80aca6fdaa..1e5a6d5960eccd50ab4c9af19d2e4096ad4374ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,8 @@ lint-dockerfile: lint-shell-script: stage: test image: koalaman/shellcheck-alpine:latest + before_script: + - shellcheck -V script: - find . -name "*.sh" -exec shellcheck {} \;