Skip to content
Snippets Groups Projects
Commit 7428254d authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Substitute before_script for custom docker image *testing*

parent 31bb1ead
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ industrial_ci_kinetic: ...@@ -23,7 +23,7 @@ industrial_ci_kinetic:
variables: variables:
ROS_DISTRO: kinetic ROS_DISTRO: kinetic
ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM 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" DOCKER_BASE_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
when: always when: always
########################################################## ##########################################################
......
...@@ -25,7 +25,7 @@ industrial_ci_kinetic: ...@@ -25,7 +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 ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM
UPSTREAM_WORKSPACE: file UPSTREAM_WORKSPACE: file
ROSINSTALL_FILENAME: ".rosinstall" 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" DOCKER_BASE_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
when: always when: always
########################################################## ##########################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment