diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed1e64b3..32536179 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,20 +4,20 @@ stages: docs: stage: test - image: davidhrbac/docker-mdcheck:latest + image: it4innovations/docker-mdcheck:latest script: - mdl -r ~MD013 *.md big_files: stage: test - image: davidhrbac/docker-mdcheck:latest + image: it4innovations/docker-mdcheck:latest script: - find . -type f -not -path "*.git*" -size +10M - find . -type f -not -path "*.git*" -size +10M -exec false {} + other_files: stage: test - image: davidhrbac/docker-mdcheck:latest + image: it4innovations/docker-mdcheck:latest script: - find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" - find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +