diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66040bae9f7fe3f733128fd3e8a4db65a35428b2..389cc879db6542b717731212a992561a33744d8e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,9 +55,9 @@ test_pypy310:
   extends: .test
   image: pypy:3.10
 
-test_pypy311:
+test_pypy39:
   extends: .test
-  image: pypy:3.11
+  image: pypy:3.9
 
 test_python310:
   extends: .test