From e17f6c1a1ee34edf03e31034683d63c52ef00615 Mon Sep 17 00:00:00 2001
From: LAMRINI Houda <houda.lamrini@etu.univ-amu.fr>
Date: Wed, 26 Feb 2025 23:35:19 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1082a2..2cdee7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,16 @@
+stages:
+  - build_stage
+  - deploy_stage
+
 build:
+  stage: build_stage
   script:
     - apt update -y
     - apt install npm -y
     - npm install
 
 deploy:
+  stage: deploy_stage
   script:
     - apt update -y
     - apt install nodejs -y
-- 
GitLab