From b7c661d28e5df52ac181a117e88ec665653a58e8 Mon Sep 17 00:00:00 2001 From: Liuxi Mei <liume102@student.liu.se> Date: Mon, 23 Sep 2024 21:16:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 726e938..6664f78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: rocker/tidyvers +image: rocker/rstudio stages: - build - test @@ -6,6 +6,7 @@ stages: building: stage: build script: + - Rscript -e 'install.packages("remote")' - R -e "remotes::install_deps(dependencies = TRUE)" - R -e 'devtools::check()' -- GitLab