diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 120b13c..b1188de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ stages: [ style ] default: - image: markdownlint/markdownlint:0.13.0 interruptible: true style: stage: style + image: registry.gitlab.com/pipeline-components/markdownlint:latest script: - - if [[ $(mdl .) ]]; then true; else false; fi + - if [[ $(mdl .) ]]; then true; else false; fi