Skip to content
Snippets Groups Projects
Commit 9585ae8e authored by DJ Mountney's avatar DJ Mountney
Browse files

Use the correct ruby image for the cache jobs

parent 5ca1f81b
No related branches found
No related tags found
1 merge request!26GitLab 13.9
......@@ -155,6 +155,7 @@
update-gems-cache:
extends: .gems-cache
stage: update-cache
image: "${RUBY_IMAGE}"
before_script:
- *install-gems
script:
......@@ -170,6 +171,7 @@
update-trigger-package-cache:
extends: .trigger-package-cache
stage: update-cache
image: "${RUBY_IMAGE}"
before_script:
- *build-package
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment