diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4a150923c07c001ce6eea0f697a816ca580fd78..53f95126c619dd95e1a1734c76cf7b083c622d26 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,6 +111,10 @@ variables:
   tags:
     - mage01
 
+.mage02:
+  tags:
+    - mage02
+
 ## --------------------------------------------------
 # Test Stage
 ## --------------------------------------------------
@@ -163,3 +167,12 @@ Deploy Mage01:
     - .mage01
   variables:
     APP_NAME: geomag-algorithms
+
+Deploy Mage02:
+  extends:
+    - .deploy
+    - .production
+    - .mage
+    - .mage02
+  variables:
+    APP_NAME: geomag-algorithms