Update .gitlab-ci.yml file

This commit is contained in:
Neil Hanlon 2021-07-06 18:22:16 +00:00
parent d3bb7eb0d3
commit 11df58a0b7
1 changed files with 2 additions and 2 deletions

View File

@ -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
- |