Skip to content

Commit

Permalink
move to new images
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Nov 24, 2023
1 parent 63de8ba commit 67f0985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mirror-packages:
stage: dependencies
tags:
- linux
image: registry.gitlab.com/jangorecki/dockerfiles/r-base-dev
image: registry.gitlab.com/jangorecki/dockerfiles/r-base-minimal
cache:
paths:
- bus/$CI_JOB_NAME/cran
Expand All @@ -50,7 +50,7 @@ build:
stage: build
tags:
- linux
image: registry.gitlab.com/jangorecki/dockerfiles/r-builder
image: registry.gitlab.com/jangorecki/dockerfiles/r-base
needs: ["mirror-packages"]
before_script:
- Rscript -e 'install.packages(c("knitr","rmarkdown"), repos=file.path("file:",normalizePath("bus/mirror-packages/cran")), quiet=TRUE)'
Expand Down

0 comments on commit 67f0985

Please sign in to comment.