From f79ab3186bb0108dc8d8fc3010f335ed5200380e Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Thu, 25 Oct 2018 16:20:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd89e2f2..faf4c517 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ stages: - build - deploy -R 3.3: - image: rocker/r-ver:3.3 # rocker/r-base +R 3: + image: rocker/r-ver:3 # rocker/r-base stage: build allow_failure: true script: @@ -63,6 +63,7 @@ R 3.5: R latest: image: rocker/r-ver:latest # rocker/r-base stage: build + allow_failure: true script: - apt-get update # install dependencies for package