From 43a0aa79753ceef05bd66690c700fc1357e63e64 Mon Sep 17 00:00:00 2001 From: Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:02:27 +0200 Subject: [PATCH] chore(ci): update dependencies in CI configuration --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45f439b..9ba6b67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ default: - docker:27-dind before_script: - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin - - apk --no-cache add bash jq + - apk --no-cache add bash jq coreutils stages: - build