From aa813d7bc26367d68f38bbb70e4f1d30cbe06fed Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sun, 23 Feb 2025 22:28:48 +0200
Subject: [PATCH] git status

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7872b1..f8f86c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,11 +20,13 @@ test_inventory:
 test_footprints:
   stage: stage_test_footprints
   needs: []
+  allow_failure: true
   script:
     - echo "Do we have footprints for all symbols?"
 
 test_3dmodels:
   stage: stage_test_3dmodels
   needs: []
+  allow_failure: true
   script:
     - echo "Do we have 3D models for all footprints?"
diff --git a/fab.kicad_sym b/fab.kicad_sym
index 801e29f..f456ea6 100644
--- a/fab.kicad_sym
+++ b/fab.kicad_sym
@@ -1523,7 +1523,7 @@
 				(hide yes)
 			)
 		)
-		(property "ki_keywords" "cap capacitor unpolarized 0603 CL10B104KB8NNNC CL10A105KB8NNNC"
+		(property "ki_keywords" "cap capacitor unpolarized 0603 CL10B104KB8NNNC CL10A105KB8NNNC CL10A106MA8NRNC"
 			(at 0 0 0)
 			(effects
 				(font
-- 
GitLab