From 11df58a0b75095afc1f314c7d86defa2c7baa157 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 6 Jul 2021 18:22:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2727bcf..bec365f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ # 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 + tags: + - container script: # anything ending on .sh, should be shell script - |