From c66bff0cdc9213ec6a20c78c3290238b959afb59 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 6 Jul 2021 18:21:15 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e68a962..2727bcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ # you can delete this line if you're not using Docker #image: busybox:latest +tags: container + shellcheck: stage: test image: registry.gitlab.com/pipeline-components/shellcheck:latest