From da67a9d1e1291529e32a18ea748f6cd97256e43f Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sun, 23 Feb 2025 22:12:04 +0200
Subject: [PATCH] Test if inventory test fails other tests

---
 .gitlab-ci.yml | 3 +++
 fab.kicad_sym  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c70fc2..d29fc9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ stages:
 
 test_inventory:
   stage: test
+  allow_failure: true
   script:
     - echo "Do we have all parts in inventory covered?"
     - ./tests/inventory.sh ./fab.kicad_sym ./tests/whitelist.txt
@@ -18,10 +19,12 @@ test_inventory:
 
 test_footprints:
   stage: test
+  allow_failure: true
   script:
     - echo "Do we have footprints for all symbols?"
 
 test_3dmodels:
   stage: test
+  allow_failure: true
   script:
     - echo "Do we have 3D models for all footprints?"
diff --git a/fab.kicad_sym b/fab.kicad_sym
index f456ea6..801e29f 100644
--- a/fab.kicad_sym
+++ b/fab.kicad_sym
@@ -1523,7 +1523,7 @@
 				(hide yes)
 			)
 		)
-		(property "ki_keywords" "cap capacitor unpolarized 0603 CL10B104KB8NNNC CL10A105KB8NNNC CL10A106MA8NRNC"
+		(property "ki_keywords" "cap capacitor unpolarized 0603 CL10B104KB8NNNC CL10A105KB8NNNC"
 			(at 0 0 0)
 			(effects
 				(font
-- 
GitLab