diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1082a214f43192f2528b3773690587ccfeefcc9..2cdee7f0fe687eafb1534de44446e7447514982f 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