From 7933c2477622489106285867899b9d725c23a717 Mon Sep 17 00:00:00 2001
From: Maik Nijhuis <maik.nijhuis@triopsys.nl>
Date: Thu, 20 Oct 2022 10:38:26 +0200
Subject: [PATCH] Fix artifacts on_failure

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba89283..c5d4635 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,8 +15,8 @@ format:
     - (! grep -q '^--- a'  format.patch)
   artifacts:
     when: on_failure
-      paths:
-        - format.patch
+    paths:
+      - format.patch
 
 tidy:
   stage: linting
-- 
GitLab