diff --git a/ci-templates/core.yml b/ci-templates/core.yml
index 3553a10a7b6d2f7d0f63accff1e0393b9dddc139..8cacbee4740fe12f8807ca502a800f8fd3b1748f 100644
--- a/ci-templates/core.yml
+++ b/ci-templates/core.yml
@@ -16,6 +16,7 @@ services:
 
 stages:
   - build
+  - deploy
 
 before_script:
   - apk add --update bash coreutils tar wget
diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml
index 5ab5207eccdd8660e0b470ceb70a3256abf7a386..4657031eb11249e7c9c1f5ee1837c6ae5da4e22c 100644
--- a/ci-templates/industrial-ci-templates.yml
+++ b/ci-templates/industrial-ci-templates.yml
@@ -15,7 +15,7 @@
 
 
 .ddeploy:
-  stage: build
+  stage: deploy
   variables:
     DOCKER_PUSH_REGISTRY: ${ARTIFACT_DOCKER_URL}
     DOCKER_PUSH_NAME: ${CI_PROJECT_NAME}