From f2f3e40a6ae5b63cb903253ebfc91f1db8b36c73 Mon Sep 17 00:00:00 2001 From: Kristian Ullrich Date: Thu, 28 Mar 2024 22:02:09 +0100 Subject: [PATCH] # image: rocker/r-devel:latest --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13cbc1e..c695f76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: r-devel:latest +image: rocker/r-devel:latest before_script: - apt-get update