diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0d3528d21a966f22b659e21291441fc56e793f7..28071aae76fe66cfbaeee439397bfaabe4100eee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ cache:
 
 linter:
   stage: test
-  image: python:3
+  image: python:3.10
 
   cache:
     paths:
@@ -31,7 +31,7 @@ linter:
 
 tests:
   stage: test
-  image: python:3
+  image: python:3.10
 
   cache:
     paths: