From 213323f12f2e5e0010f975a635460518a952389a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com>
Date: Wed, 22 Sep 2021 11:56:20 +0200
Subject: [PATCH] Fix naming of hook

---
 ci-templates/lfs-pull.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci-templates/lfs-pull.yml b/ci-templates/lfs-pull.yml
index ca15f2f..f311da4 100644
--- a/ci-templates/lfs-pull.yml
+++ b/ci-templates/lfs-pull.yml
@@ -8,5 +8,5 @@
                 apt install -qq -y git-lfs; \
                 git config --global credential.helper store; \
                 echo https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com > ~/.git-credentials ;"
-    BEFORE_INSTALL_TARGET_WORKSPACE: *lfs-pull-script
-    BEFORE_INSTALL_UPSTREAM_WORKSPACE: *lfs-pull-script
+    BEFORE_INSTALL_TARGET_DEPENDENCIES: *lfs-pull-script
+    BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: *lfs-pull-script
-- 
GitLab