From cf444de966dcfe67f51a77ef3ce8e3cb1f7c0f1c Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Tue, 2 Jan 2024 19:24:31 +0100 Subject: [PATCH] ci: change default image to docker:git Signed-off-by: Vojtech Mares --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db1ab1f..5356f2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: ubuntu:22.04 + image: docker:git stages: - build