diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3c20269f4b2ea79dd8c88fefd24eb13bff81f16..28a0ffbc628f93f7f994850bbb5be599aac3029f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,6 +140,11 @@ tests:3.10:
   variables:
     PYTHON_VERSION: "3.10"
 
+tests:3.11:
+  extends: .tests
+  variables:
+    PYTHON_VERSION: "3.11"
+
 .image:
   stage: package
   tags: [docker]