From a85ec44ebd19049ad659ddd244c87366e44faf84 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com> Date: Sun, 23 Feb 2025 22:31:44 +0200 Subject: [PATCH] Make allow failure tests fail --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8f86c8..67ade09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ test_footprints: allow_failure: true script: - echo "Do we have footprints for all symbols?" + - exit 1 test_3dmodels: stage: stage_test_3dmodels @@ -30,3 +31,4 @@ test_3dmodels: allow_failure: true script: - echo "Do we have 3D models for all footprints?" + - exit 1 -- GitLab