From f77dd5cd0444bdf1a061f0fac395e799266464de Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Thu, 29 Feb 2024 18:10:21 +0100
Subject: [PATCH] deploy ms stage at the beginning

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf45c3c2..97f91645 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,13 +27,13 @@ cache:
 
 stages:
   - build-df-cli
+  - deploy-meilisearch
   - zotero
   - get-meili-key
   - build
   # - build-wiki
   - delete-release
   - lint
-  - deploy-meilisearch
   - update-meilisearch-indexes
   - deploy
   - post-deploy
-- 
GitLab