Commit b711ecb0 authored by Rémy Coutable's avatar Rémy Coutable

Ensure the 'gitlab' gem is installed for the 'review' job

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4af3bf4d
......@@ -1114,7 +1114,8 @@ review:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base
stage: test
allow_failure: true
before_script: []
before_script:
- gem install gitlab --no-document
variables:
GIT_DEPTH: "1"
HOST_SUFFIX: "$CI_ENVIRONMENT_SLUG"
......
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