diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4de63805348d43955a3203e4e6d8daee30834bb..4cb713632cd07d3707833cb4ecab37c9bd8deea2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,15 +99,15 @@ run_unit_tests_py39:
     - echo "run python3.9 unit tests /w coverage"
     - tox -e py39
 
-run_unit_tests_py310:
-  extends: .run_unit_tests_pyXX
-  image: python:3.10-bullseye
-  script:
-    # Debian Bullseye ships with libboost-python linked to Python 3.9. Use the one from Debian Sid instead.
-    - echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list
-    - apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python1.74-dev
-    - echo "run python3.10 unit tests /w coverage"
-    - tox -e py310
+#run_unit_tests_py310:
+#  extends: .run_unit_tests_pyXX
+#  image: python:3.10-bullseye
+#  script:
+#    # Debian Bullseye ships with libboost-python linked to Python 3.9. Use the one from Debian Sid instead.
+#    - echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list
+#    - apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python1.74-dev
+#    - echo "run python3.10 unit tests /w coverage"
+#    - tox -e py310
 
 run_unit_tests_py311:
   extends: .run_unit_tests_pyXX