Commit 7c4b266a authored by Albert Salim's avatar Albert Salim

Use ruby:2.7 instead of alpine

There is a problem installing gem
when using ruby:2.7-alpine on shared runner:

https://gitlab.com/gitlab-org/gitlab/-/issues/335641#note_622171906
parent f68b448a
......@@ -25,7 +25,7 @@ review-build-cng:
extends:
- .default-retry
- .review:rules:review-build-cng
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7
stage: review-prepare
before_script:
- source ./scripts/utils.sh
......
......@@ -52,7 +52,7 @@ no_ee_check:
verify-tests-yml:
extends:
- .setup:rules:verify-tests-yml
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7
stage: test
needs: []
script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment