diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18eecb0d..8afa72b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,4 +35,3 @@ shellcheck: script: - which shellcheck || apt-get update && apt-get install -y shellcheck - find . -name *.sh -not -path "*.git*" -exec shellcheck {} + -