diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8dc9339bee8780cb810276a031df5bc4dfe93900..93844d758ca9bbcf5ec796e226452cdabb4f8297 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,3 +101,15 @@ tests:python3.12:
   stage: test
   script:
     - python3 -m unittest discover -v
+
+tests:python3.13:
+  image: $CONTAINER_REGISTRY:python3.13
+  stage: test
+  script:
+    - python3 -m unittest discover -v
+
+tests:python3.14:
+  image: $CONTAINER_REGISTRY:python3.14
+  stage: test
+  script:
+    - python3 -m unittest discover -v