From df83c5a290bac672faf689274cd69adf52ada2a0 Mon Sep 17 00:00:00 2001 From: pigeonmoelleux Date: Sun, 23 Jun 2024 00:51:54 +0200 Subject: [PATCH] fix: ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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