From 4ef8aa066f0dc7da9b8a788f82768d9b2008d25f Mon Sep 17 00:00:00 2001
From: Lucas Nussbaum <lucas.nussbaum@loria.fr>
Date: Wed, 11 Oct 2023 20:52:22 +0200
Subject: [PATCH] [ci] move wikigen jobs to a separate stage at the end so that
 deploy happens faster

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56418c6b2d6..02a459a011b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ stages:
   - validate
   - generate
   - deploy
+  - wikigen
 
 include:
   - project: 'grid5000/grid5000-gitlab-templates'
@@ -39,7 +40,7 @@ validate-data:
 
 wikigen:
   extends: .template-refrepo
-  stage: validate
+  stage: wikigen
   allow_failure: true
   parallel:
     matrix:
-- 
GitLab