Skip to content
Snippets Groups Projects

Use custom docker image no docker base image

2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -23,6 +23,7 @@ industrial_ci_kinetic:
@@ -23,6 +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"
when: always
when: always
##########################################################
##########################################################
Loading