diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml
index f6124d191a2f9ba906da421c5b37b56d0b3c9fa1..987619cc6c2327b7edbb24f338137a12c5ad1682 100644
--- a/ci-templates/industrial-ci-templates.yml
+++ b/ci-templates/industrial-ci-templates.yml
@@ -22,6 +22,7 @@ variables:
 
 .ddeploy:
   stage: deploy
+  image: tecnalia-docker-dev.artifact.tecnalia.com/docker:git-lfs
   services:
   - name: tecnalia-docker-dev.artifact.tecnalia.com/docker:dind
     alias: docker
@@ -46,7 +47,6 @@ variables:
     - git lfs install
     - git config --global credential.helper store
     - echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials
-    - find . -type f -name .lfsconfig -execdir git lfs pull \;
     # install ddeploy
     - pip install --break-system-packages git+ssh://git@git.code.tecnalia.com/tecnalia_robotics/flexbotics/flexbotics_utils/ddeploy.git@v0.2.0
     - echo "Logging into docker registry ${ARTIFACT_DOCKER_URL} for user ${ARTIFACT_CI_USER}"