From 0705003c89f8b954547e871a2c8211d6dbe62634 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Fri, 14 Jun 2024 09:11:53 +0200
Subject: [PATCH] rework stages

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8610244..5959362 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 generate:
-  stage: test
+  stage: build
   needs: []
   image: harbor.pasteur.fr/kube-system/helm-kubectl:3.4.0
   script:
@@ -14,7 +14,7 @@ generate:
 
 
 test:
-  stage: test
+  stage: build
   needs: ["generate"]
   image: docker:24
   script:
@@ -46,6 +46,7 @@ upload:
 trigger_job:
   only:
     - helm
+  stage: deploy
   needs: ["upload"]
   trigger:
     project: hub/shiny-k8s-example
-- 
GitLab