From c3ff3dc9688dd9c8c29e5b7cc3caef3e977a309c Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Gestoso <alopez@iri.upc.edu> Date: Tue, 20 Sep 2022 11:51:03 +0200 Subject: [PATCH] Updated Ubuntu to 20.04 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e78af98..cd4680e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ - image: docker.io/labrobotica/labrobotica:18.04 + image: docker.io/labrobotica/labrobotica:20.04 variables: GIT_SUBMODULE_STRATEGY: recursive -- GitLab