diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6f2dd73..69c3c8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,9 +144,9 @@ test:
     matrix:
       - REQUIREMENTS:
           - 'requirements.txt'
-          - '.DEBIAN/requirements-bookworm-12.txt'
-          - '.DEBIAN/requirements-ubuntu-24.04.txt'
-          - '.DEBIAN/requirements-ubuntu-24.10.txt'
+#          - '.DEBIAN/requirements-bookworm-12.txt'
+#          - '.DEBIAN/requirements-ubuntu-24.04.txt'
+#          - '.DEBIAN/requirements-ubuntu-24.10.txt'
   before_script:
     - apt-get update && apt-get install -y python3-dev python3-pip python3-venv gcc
     - python3 -m venv venv