From d03a32cbe4ad80f2bad7a6f430709f96989ef6cd Mon Sep 17 00:00:00 2001
From: Alexandre MERLIN <alexandre.merlin@inria.fr>
Date: Mon, 20 Jan 2025 09:19:39 +0100
Subject: [PATCH] [ci] change name of stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05bec8a9dc2..8fc03114b39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,8 @@
 ---
 stages:
   - deploy-to-api-servers
-  - lint
+  - build
   - check
-  - generate-access-history
   - deploy
 
 include:
@@ -71,7 +70,7 @@ check-no-changes-in-data:
 
 generate-access-history:
   extends: .template-refrepo
-  stage: generate-access-history
+  stage: build
   script:
     - export TZ=Europe/Paris
     - bundle exec rake gen:accesses-history
-- 
GitLab