diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index 9dfd06e0f7c53b909f050800edd44d4c95ab23c0..c30fd41093078eb6ead38a8d8a1e90e9faf6fa98 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -44,7 +44,7 @@ industrial_ci_kinetic_deploy:
     - .ci_config/gitlab.sh
     - cd $(mktemp -d)
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/-/archive/dev-image-test/gitlab_templates-dev-image-test.zip
-    - unzip gitlab_templates-dev-image-test.zip && cd gitlab_templates-dev-image-test
+    - unzip gitlab_templates-dev-image-test.zip && cd gitlab_templates-dev-image-test/deploy
     - cd base
     - chmod a+x ros_entrypoint.bash
     - docker build -t ${ARTIFACT_DOCKER_URL}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
index 6615f6755a0393bd650178ec32b5067b6860b49a..810336059fcc30f901a16a4a9483be96901c9c7e 100644
--- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
@@ -46,7 +46,7 @@ industrial_ci_kinetic_deploy:
     - .ci_config/gitlab.sh
     - cd $(mktemp -d)
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/-/archive/dev-image-test/gitlab_templates-dev-image-test.zip
-    - unzip gitlab_templates-dev-image-test.zip && cd gitlab_templates-dev-image-test
+    - unzip gitlab_templates-dev-image-test.zip && cd gitlab_templates-dev-image-test/deploy
     - cd base
     - chmod a+x ros_entrypoint.bash
     - docker build -t ${ARTIFACT_DOCKER_URL}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .