diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5136eca0e8ff25230d1d43816d8897edeeb5636..8dc9339bee8780cb810276a031df5bc4dfe93900 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,3 +95,9 @@ tests:python3.11:
   stage: test
   script:
     - python3 -m unittest discover -v
+
+tests:python3.12:
+  image: $CONTAINER_REGISTRY:python3.12
+  stage: test
+  script:
+    - python3 -m unittest discover -v