diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index c5063db62fc351b196510ca9871b7be3b452e5b6..d97e3c4122abbca5645067f2358746c67b12ffae 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -44,6 +44,7 @@ industrial_ci_kinetic_deploy:
     - cd $(mktemp -d)
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/Dockerfile
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/ros_entrypoint.bash
+    - chmod a+x ros_entrypoint.bash
     - docker build -t ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
     - docker push ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME}
   only:
diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
index ce3ee72aaf05dda5b7c7400b01203a61223d0b9c..fe03fbbd0f653e4030336e9cad102a4be1626045 100644
--- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml
@@ -46,6 +46,7 @@ industrial_ci_kinetic_deploy:
     - cd $(mktemp -d)
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/Dockerfile
     - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/ros_entrypoint.bash
+    - chmod a+x ros_entrypoint.bash
     - docker build -t ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME} .
     - docker push ${CI_PROJECT_NAME}:${CI_COMMIT_REF_NAME}
   only: