From 3b4e4540f057cbc7890787b7078a954b03b22119 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Wed, 7 Sep 2022 10:05:05 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0502606..28e1068 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -116,7 +116,7 @@ stages:
 ############ LICENSE HEADERS ############
 license_headers:
   stage: license
-  image: labrobotica/wolf_deps_ros:20.04
+  image: labrobotica/wolf_deps_ros_new:20.04
   cache: []
   before_script:
     - *preliminaries_definition
@@ -127,7 +127,7 @@ license_headers:
 ############ UBUNTU 18.04 TEST ############
 build_and_test:bionic:
   stage: build_and_test
-  image: labrobotica/wolf_deps_ros:18.04
+  image: labrobotica/wolf_deps_ros_new:18.04
   cache:
     - key: wolf-bionic
       paths:
@@ -144,7 +144,7 @@ build_and_test:bionic:
 ############ UBUNTU 20.04 TEST ############
 build_and_test:focal:
   stage: build_and_test
-  image: labrobotica/wolf_deps_ros:20.04
+  image: labrobotica/wolf_deps_ros_new:20.04
   cache:
     - key: wolf-focal
       paths:
-- 
GitLab