From 7a23b9514062998cc6b546b98aa3cedfc52764e0 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sun, 23 Feb 2025 22:18:15 +0200
Subject: [PATCH] Do not allow failure

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13cec15..4623d9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,12 +18,10 @@ test_inventory:
 
 test_footprints:
   stage: stage_test_footprints
-  allow_failure: true
   script:
     - echo "Do we have footprints for all symbols?"
 
 test_3dmodels:
   stage: stage_test_3dmodels
-  allow_failure: true
   script:
     - echo "Do we have 3D models for all footprints?"
-- 
GitLab