diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7245bb73f508ab78143342e60dd20058ef1fa7d8..22f13202987a34348ecf9e8ae1c97618680491f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,13 +53,13 @@ run-pre-commit:
 
 # Tests jobs
 
-"Run tests with Python 3.9":
+test_py3.9:
   extends: .test-template
   variables:
     PYTHON_VER: "3.9"
 
-"Run tests with Python 3.10":
-  extends: .test-template
+test_py3.10:
+  extends: .test_template
   variables:
     PYTHON_VER: "3.10"
 
@@ -71,4 +71,4 @@ publish:
     - /^v(\d+\.)(\d+\.)(\d+)$/
   script:
     - make build
-    - poetry publish -username=__token__ --password=$PYPI_TOKEN
\ No newline at end of file
+    - poetry publish -username=__token__ --password=$PYPI_TOKEN