diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24a42255ae7e27e97401d9d1624c5519cc7ee420..c3522f75493abd66349c970057b377c3095b3f4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,12 +37,16 @@ before_script:
     - uwsgi /etc/uffd/uwsgi.ini --http 0.0.0.0:8080
 
 test_instance_path_37:
+  extends: .test_instance_path
   image: python:3.7
 test_instance_path_38:
+  extends: .test_instance_path
   image: python:3.8
 test_instance_path_39:
+  extends: .test_instance_path
   image: python:3.9
 test_instance_path_310:
+  extends: .test_instance_path
   image: python:3.10
 
 .build: