diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11af2492..985f34c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,13 @@ R 3: - '*.Rcheck/*' name: 'Latest Rcheck log' expire_in: '1 month' - + artifacts: + paths: + - '/*_*.zip' + - '/*_*.tar.gz' + name: 'Latest built package' + expires_in: '1 year' + R 3.4: image: rocker/r-ver:3.4 # rocker/r-base stage: build