Use the tagged docker images according to the rosdistro
Compare changes
@@ -15,7 +15,7 @@ stages:
@@ -15,7 +15,7 @@ stages:
@@ -24,9 +24,7 @@ before_script:
@@ -24,9 +24,7 @@ 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
@@ -34,14 +32,19 @@ before_script:
@@ -34,14 +32,19 @@ before_script:
AFTER_SCRIPT: wget -q -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/master/scripts/pre-deploy-cleanup.bash | bash