diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml index 3a0ffdc65f955f4b5293e9d1dd296ceef725a182..c5063db62fc351b196510ca9871b7be3b452e5b6 100644 --- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml @@ -39,6 +39,7 @@ industrial_ci_kinetic_deploy: extends: .industrial_ci_kinetic variables: AFTER_SCRIPT: "wget -q -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/scripts/pre-deploy-cleanup.bash | bash" + DOCKER_COMMIT: industrial_ci_image after_script: - cd $(mktemp -d) - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/Dockerfile diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml index 04c1f1b6f1fb26c4d58068cf23533c77403bd701..ce3ee72aaf05dda5b7c7400b01203a61223d0b9c 100644 --- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml @@ -41,6 +41,7 @@ industrial_ci_kinetic_deploy: extends: .industrial_ci_kinetic variables: AFTER_SCRIPT: "wget -q -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/scripts/pre-deploy-cleanup.bash | bash" + DOCKER_COMMIT: industrial_ci_image after_script: - cd $(mktemp -d) - wget https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/deploy-image-build/deploy/Dockerfile