From 69db9143ff256d1a6c06761503f6d785ea820869 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Tue, 19 Dec 2023 16:16:15 +0100 Subject: [PATCH] fix typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index def2cb69..d53188a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -217,7 +217,7 @@ lint: --host ${MEILI_HOST} --key ${MEILI_MASTER_KEY} update - --file list-systems.json + --file data/list-systems.json --document systems allow_failure: false -- GitLab