diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54e136e..4b41e2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,9 @@ image: bash -before_script: - - 'apk add shellcheck' - stages: - lint lint: stage: lint script: - - 'shellcheck .bash* bin/*' \ No newline at end of file + - 'apk add --update shellcheck && shellcheck .bash* bin/*' \ No newline at end of file