From 2ae685858eb9c22d201a1ccec5d3bc334faf2070 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Fri, 12 Apr 2024 16:13:28 +0200
Subject: [PATCH] update ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65d35289..bd93c573 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,6 @@ cache:
 
 stages:
   - delete-release
-  - zotero
   - pre-processing
   - get-meili-key
   - build
@@ -406,7 +405,7 @@ set-meili-env:prod:
 ##############################
 .sync-zotero:
   extends: .df-wiki-cli-run
-  stage: zotero
+  stage: pre-processing
   script:
     - df-wiki-cli articles missing-doi --dir ./content/ --key ${ZOTERO_API_KEY}
     - df-wiki-cli articles fetch-from-zotero --key ${ZOTERO_API_KEY} --output zot-articles.json
-- 
GitLab