diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de5728e7428c7df05489a7b1ec13d7d07a7f5e5e..b56f750fcffe23746a93133ae4e585b025894432 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,13 @@ docs: mkdocs: stage: test image: davidhrbac/docker-mkdocscheck:latest - allow_failure: true script: - mkdocs build shellcheck: stage: test image: davidhrbac/docker-shellcheck:latest + allow_failure: true script: - which shellcheck || apt-get update && apt-get install -y shellcheck - shellcheck *.sh