From e2751eeddc970d1c51dfb1a274f8c1344a717890 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Fri, 5 Jan 2024 12:50:02 +0100
Subject: [PATCH] delete list-system before generate it

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29812575..01decc68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -196,6 +196,7 @@ lint:
   variables:
     MEILI_HOST: "http://localhost:7700"
   script:
+    - rm data/list-systems.json
     - >
       df-wiki-cli 
       content systems 
-- 
GitLab