diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53aac4259a5ecc996e7c89ff8b562f5bcf442b3e..06fa9198bbadd68aacea51ada06fc340dbe74dbb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ pylint: shellcheck: stage: test - image: davidhrbac/docker-shellcheck:latest + image: it4innovations/docker-shellcheck:latest allow_failure: true script: - shellcheck *.sh