diff --git a/.codechecker/skipfile b/.codechecker/skipfile
index 2b72d18881b88c8f6636a61b33ecfb237debeaa6..a3ad721ae7532346f9472f32e268b7c4d0885c7d 100644
--- a/.codechecker/skipfile
+++ b/.codechecker/skipfile
@@ -1,2 +1,4 @@
 -*/densematrixassignmenttest.cc
 -*/genericiterator_compile_fail.cc
+-*/check_fvector_size_fail.cc
+-*/assertandreturntest.cc
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b5ddaa5afdafd7c1c30554f3046db68583ebdbf..4756444c3f0aa28dc79456b7bb3528ba777d8b26 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,8 +48,8 @@ debian:11 clang-11-20-nobindings:
   extends: .common
   after_script:
     - source /duneci/venv/bin/activate
-    - CodeChecker analyze build-cmake/compile_commands.json --config .codechecker/config.json -o ./reports || echo "CodeChecker analyzer failed with exit status $?"
-    - CodeChecker parse --config .codechecker/config.json --trim-path-prefix $PWD -e codeclimate ./reports > ./reports/gl-code-quality-report.json || echo "CodeChecker parser failed with exit status $?"
+    - CodeChecker analyze build-cmake/compile_commands.json --config .codechecker/config.json -o ./reports
+    - CodeChecker parse --config .codechecker/config.json --trim-path-prefix $PWD -e codeclimate ./reports > ./reports/gl-code-quality-report.json
   image: registry.dune-project.org/docker/ci/debian:11
   variables:
     DUNECI_TOOLCHAIN: clang-11-20