From 5f5b8218eae256e6e694465e62e66ee780e3583f Mon Sep 17 00:00:00 2001
From: Mouhamadou Ba <mandiayba@gmail.com>
Date: Fri, 24 Feb 2023 14:55:18 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 848981a..a7ad6de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ stages:          # List of stages for jobs, and their order of execution
   - generate
 
 
-prepare_taxo:     # This job runs in the build stage, which runs first.
+pages:     # This job runs in the build stage, which runs first.
   tags:
     - front
     - migale
-- 
GitLab