From d88f5c7da830969444e07d1b83b833975ce8c3c6 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Tue, 9 Aug 2022 20:43:55 +0200 Subject: [PATCH] Testing different image for build job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1eb47c..1649d2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ test:build: stage: build tags: - build - image: docker:stable + image: ubuntu:jammy script: - docker build . interruptible: true