diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml
index 724da0cef86a5cb4f2a2bef53ea283e8b230b11b..63296cd499e17b8999367756445d5dd68b0d51bd 100644
--- a/ci-templates/industrial-ci-templates.yml
+++ b/ci-templates/industrial-ci-templates.yml
@@ -18,6 +18,7 @@ variables:
     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.dev/tecnalia_robotics-public/gitlab_templates/raw/${GITLAB_TEMPLATES_BRANCH}/scripts/ci_run_entry_points.sh) $$current_ws"
     CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context -Wno-dev
+    PIP_BREAK_SYSTEM_PACKAGES: "1" # needed for jazzy, https://github.com/ros-industrial/industrial_ci/pull/885/files
 
 
 .ddeploy: