diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml index db848dd6e89c1a8e20d89672efd3433b85ebb801..8026880b607a754335f1149cbb4068b19396fc76 100644 --- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml @@ -23,6 +23,7 @@ industrial_ci_kinetic: variables: ROS_DISTRO: kinetic ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM + BEFORE_SCRIPT: "wget -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/add-deb-sources/scripts/add-deb-sources.bash | bash" when: always ########################################################## diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml index 82c4d2b2135bdee130d4c29bbc10321064970576..d4bc53e66170669a5f4b1f4929986005bd484812 100644 --- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml @@ -25,6 +25,7 @@ industrial_ci_kinetic: ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM UPSTREAM_WORKSPACE: file ROSINSTALL_FILENAME: ".rosinstall" + BEFORE_SCRIPT: "wget -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/add-deb-sources/scripts/add-deb-sources.bash | bash" when: always ##########################################################