From a3266e1b4e609875e5097c61d375ce4502901d6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com>
Date: Mon, 13 Sep 2021 11:21:41 +0200
Subject: [PATCH] Add AFTER_SETUP_DOWNSTREAM_WORKSPACE

---
 industrial-ci-templates.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/industrial-ci-templates.yml b/industrial-ci-templates.yml
index 177f3fb..839f4ee 100644
--- a/industrial-ci-templates.yml
+++ b/industrial-ci-templates.yml
@@ -10,7 +10,8 @@
   variables:
     ADDITIONAL_DEBS: curl
     PARALLEL_BUILDS: 2 # keep this for now, since there seems to be memory limit issues in the ci VM
-    AFTER_SETUP_TARGET_WORKSPACE: rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$current_ws
+    AFTER_SETUP_DOWNSTREAM_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$current_ws"
+    AFTER_SETUP_TARGET_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$current_ws"
     AFTER_SETUP_UPSTREAM_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$current_ws"
     CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
   tags:
-- 
GitLab