From 7ea9ca12565b3e6276a560e39f1e6789e7b2baaf Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Tue, 2 Apr 2024 14:43:07 +0200
Subject: [PATCH] update ci

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3309a618..caa9530b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,8 +27,8 @@ cache:
 
 stages:
   - pre-processing
-  - build-df-cli
-  - deploy-meilisearch
+  # - build-df-cli
+  # - deploy-meilisearch
   - zotero
   - get-meili-key
   - build
@@ -58,7 +58,7 @@ stages:
 
 build:df-wiki-cli:
   image: python:3.11-bullseye
-  stage: build-df-cli
+  stage: pre-processing
   before_script:
     - cd packages/df-wiki-cli/
     - pip install poetry
@@ -79,7 +79,7 @@ build:df-wiki-cli:
 ################ DEPLOY MEILISEARCH #################
 
 .deploy:meilisearch:
-  stage: deploy-meilisearch
+  stage: pre-processing
   image: harbor.pasteur.fr/kube-system/helm-kubectl:$HELM_VERSION
   variables:
     CI_DEBUG_TRACE: "false"
-- 
GitLab