diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94b057a93de042420eba15fbb42d239e28c11554..3568ee143a706de57f0163aa5e92bfc6a5655729 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -222,18 +222,11 @@ test_wheels-python39_22.03.00:
     CLIENT_VERSION: 22.03.00
     PYTEST_KEY: -m compatible
 
-test_wheels-python310_22.03.00:
+test_wheels-python310_22.10:
   extends: .test_python_wheels_template
   variables:
     PYTHON_PATH: /opt/python/cp310-cp310
-    CLIENT_VERSION: 22.03.00
-    PYTEST_KEY: -m compatible
-
-test_wheels-python311_22.03.00:
-  extends: .test_python_wheels_template
-  variables:
-    PYTHON_PATH: /opt/python/cp311-cp311
-    CLIENT_VERSION: 22.03.00
+    CLIENT_VERSION: 22.10
     PYTEST_KEY: -m compatible
 
 build-services-linux-release: