diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcaa803292e22dc1ab2d6fe3ea5839d157c5fa1b..06d62d4d8062a68e6f369309bcb307c188343edb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ lint-helm-chart: - diff ./values.schema.json ./helm/dbrepo/values.schema.json lint-helm-readme: - image: docker.io/${NODE_VERSION}-alpine${ALPINE_VERSION} + image: docker.io/node:${NODE_VERSION}-alpine${ALPINE_VERSION} stage: lint before_script: - apk --no-cache add alpine-sdk bash git