diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44304c50a5d9f9cff885bf78fca6b304b77fe55e..bd57ae6fad2be41141d38ece336a98139bed8413 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
  - integration
  - acceptance
  - release
- - deployment
+ - deploy
 
 # default image for jobs
 default:
@@ -141,7 +141,14 @@ publish:
 
 hublworld:
   extends: .ansible
-  stage: deployment
+  variables:
+    ANSIBLE_INVENTORY: inventory/prd
+  only:
+    - master
+  when: manual
+
+hublunderworld:
+  extends: .ansible
   variables:
     ANSIBLE_INVENTORY: inventory/prd
   only: