Skip to content
Snippets Groups Projects
Commit 3b4e4540 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent 51f5c55e
No related branches found
No related tags found
1 merge request!15Draft: Resolve "new dockers"
...@@ -116,7 +116,7 @@ stages: ...@@ -116,7 +116,7 @@ stages:
############ LICENSE HEADERS ############ ############ LICENSE HEADERS ############
license_headers: license_headers:
stage: license stage: license
image: labrobotica/wolf_deps_ros:20.04 image: labrobotica/wolf_deps_ros_new:20.04
cache: [] cache: []
before_script: before_script:
- *preliminaries_definition - *preliminaries_definition
...@@ -127,7 +127,7 @@ license_headers: ...@@ -127,7 +127,7 @@ license_headers:
############ UBUNTU 18.04 TEST ############ ############ UBUNTU 18.04 TEST ############
build_and_test:bionic: build_and_test:bionic:
stage: build_and_test stage: build_and_test
image: labrobotica/wolf_deps_ros:18.04 image: labrobotica/wolf_deps_ros_new:18.04
cache: cache:
- key: wolf-bionic - key: wolf-bionic
paths: paths:
...@@ -144,7 +144,7 @@ build_and_test:bionic: ...@@ -144,7 +144,7 @@ build_and_test:bionic:
############ UBUNTU 20.04 TEST ############ ############ UBUNTU 20.04 TEST ############
build_and_test:focal: build_and_test:focal:
stage: build_and_test stage: build_and_test
image: labrobotica/wolf_deps_ros:20.04 image: labrobotica/wolf_deps_ros_new:20.04
cache: cache:
- key: wolf-focal - key: wolf-focal
paths: paths:
......
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