diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml index 2c5ecf6d67c949fe7a5c263f4aa569d5cdac21d3..21693bf24676438cbec42fa2d9fab75a95ce32c5 100644 --- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml @@ -28,6 +28,7 @@ before_script: DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel" BEFORE_SCRIPT: "wget -q -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh | bash" CATKIN_CONFIG: '--cmake-args -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context --' + APTKEY_STORE_SKS: "hkp://ha.pool.sks-keyservers.net:80" when: always industrial_ci_kinetic: diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml index c63dc7f0ae0c7ea3a4fa91792e9641810333ecc2..823d2cda32f9e7229cd8f08ccf7e0cac0f7b8b71 100644 --- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml @@ -30,6 +30,7 @@ before_script: DOCKER_IMAGE: "${ARTIFACT_DOCKER_URL}/flexbotics-base-devel" BEFORE_SCRIPT: "wget -q -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/ci_run_entry_points.sh | bash" CATKIN_CONFIG: '--cmake-args -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context --' + APTKEY_STORE_SKS: "hkp://ha.pool.sks-keyservers.net:80" when: always industrial_ci_kinetic: