From 2dffefd6f1262ebfab90eed1bdd2e7dcc385dcbe Mon Sep 17 00:00:00 2001 From: Marek Chrastina <marek.chrastina@vsb.cz> Date: Tue, 26 Feb 2019 10:25:33 +0100 Subject: [PATCH] Replace davidhrbac/docker-shellcheck with it4innovations/docker-shellcheck --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53aac425..06fa9198 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 -- GitLab