From 1e70ec8fa6642a12d205076f181cf89e601d7fd2 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Fri, 12 Jul 2024 15:48:57 +0100 Subject: [PATCH] ci: allow failure of the docker-build job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e32098f..c9c7d93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,6 +84,7 @@ pages: docker-build: image: docker:latest stage: build + allow_failure: true services: - docker:dind variables: