diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f8f86c8a29b73b6e638d8fb55590b5f141490677..67ade0939bda7e8c57753d6a24e3e60adc5dbd31 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