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: ...@@ -25,7 +25,7 @@ review-build-cng:
extends: extends:
- .default-retry - .default-retry
- .review:rules:review-build-cng - .review:rules:review-build-cng
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7
stage: review-prepare stage: review-prepare
before_script: before_script:
- source ./scripts/utils.sh - source ./scripts/utils.sh
......
...@@ -52,7 +52,7 @@ no_ee_check: ...@@ -52,7 +52,7 @@ no_ee_check:
verify-tests-yml: verify-tests-yml:
extends: extends:
- .setup:rules:verify-tests-yml - .setup:rules:verify-tests-yml
image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7-alpine image: ${GITLAB_DEPENDENCY_PROXY}ruby:2.7
stage: test stage: test
needs: [] needs: []
script: 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