diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c74f757afb4f5ede4f58c470a684610bc8358d7b..a15278302c9a0aaf042079a2bd902cf4e0ce4d02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,4 +2,10 @@ pilint: stage: test image: davidhrbac/docker-pycheck:latest script: - - pylint *.py \ No newline at end of file + - pylint *.py + +shellcheck: + stage: test + image: davidhrbac/docker-shellcheck:latest + script: + - shellcheck *.sh