From aa9c17f79565747d6c9973dfb10e9d138efc7c83 Mon Sep 17 00:00:00 2001 From: Arnaud Duvermy <arnaud.duvermy@ens-lyon.fr> Date: Wed, 17 Jan 2024 14:11:09 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f430ce..aa2a79f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,4 @@ -variables: - _R_CHECK_CRAN_INCOMING_: "true" - _R_CHECK_FORCE_SUGGESTS_: "true" - +# The Docker image that will be used to build your app image: rocker/tidyverse:4.3.2 before_script: @@ -21,4 +18,3 @@ pages: artifacts: paths: - public - -- GitLab