diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91cd788a14878ee2f4f7f3a56867c17e219d5b26..f6db17d302081e7007f3b25ec426fa8a4d3fe66a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ stages:
 ## VALIDATION ##
 
 deploy_features:
-  stage: Validate features
+  stage: validate_features
   environment:
     name: integration
     url: https://integration.startinblox.com
@@ -23,11 +23,11 @@ deploy_features:
   tags:
     - sib
 
-deploy_staging:
-  stage: Prepare release
+deploy_review:
+  stage: prepare_release
   environment:
-    name: staging
-    url: https://staging.startinblox.com
+    name: review
+    url: https://review.startinblox.com
   script:
     - echo "$APP_CONFIG_PARIS_STG" > config.json
     - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
@@ -40,11 +40,11 @@ deploy_staging:
   tags:
     - sib
 
-deploy_preprod:
-  stage: Validate release
+deploy_staging:
+  stage: validate_release
   environment:
-    name: preproduction
-    url: https://preproduction.startinblox.com
+    name: staging
+    url: https://staging.startinblox.com
   script:
     - echo 'Environment is not setup yet...'
   only:
@@ -55,7 +55,7 @@ deploy_preprod:
 ## LIVE DEPLOYMENT ##
 
 deploy_nantes:
-  stage: Deploy production
+  stage: deploy_production
   environment:
     name: nantes
     url: https://nantes.happy-dev.fr
@@ -72,7 +72,7 @@ deploy_nantes:
     - sib
 
 deploy_paris:
-  stage: Deploy Production
+  stage: deploy_production
   environment:
     name: paris
     url: https://paris.happy-dev.fr