From 8aa71913e8fe370d4c6965ca70e184047a6b1291 Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Fri, 22 Dec 2023 21:20:14 -0400
Subject: [PATCH] disable tests for now

---
 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e39f938..06a0687 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,11 +5,11 @@ stages:
 variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
-tests:
-  image: ghcr.io/inti-cmnb/kicad7_auto:1.6.2
-  stage: testing
-  script:
-    - "[ -f *.kicad_pcb ] && kibot -c test.kibot.yaml"
+#tests:
+#  image: ghcr.io/inti-cmnb/kicad7_auto:1.6.2
+#  stage: testing
+#  script:
+#    - "[ -f *.kicad_pcb ] && kibot -c test.kibot.yaml"
 
 pcb_outputs:
   image: ghcr.io/inti-cmnb/kicad7_auto:1.6.2
-- 
GitLab