From 383ec839912b873ed36f2fdaea7a3a6f26008058 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Fri, 19 Jan 2024 16:16:07 +0900 Subject: [PATCH] update image name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2aa9d9a27..f39abf86e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ - .docker_image .ubuntu2004_kokkos: &ubuntu2004_kokkos - image: "kitware/vtkm:ci-ubuntu2004_kokkos-20230906" + image: "kitware/vtkm:ci-ubuntu2004_kokkos-20240119" extends: - .docker_image