From 7a9cf74a99952b91875f60e13ea05fa231db2bde Mon Sep 17 00:00:00 2001
From: Jon Azpiazu <jon.azpiazu@tecnalia.com>
Date: Tue, 11 May 2021 09:14:07 +0200
Subject: [PATCH] Fix which was not propagated to the non-rosinstall case

---
 .gitlab-industrial-ci-kinetic-no-rosinstall.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
index 5d3dbcd..b5ba7d5 100644
--- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml
@@ -29,7 +29,6 @@ before_script:
     ROS_PARALLEL_JOBS: -j2 # keep this for now, since there seems to be memory limit issues in the ci VM
     BEFORE_SCRIPT: bash <(curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh) $$CATKIN_WORKSPACE
     CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
-  when: always
   tags:
     - docker
 
-- 
GitLab