From 35556b89a6a97575794b0ab8ffa1c8db36339523 Mon Sep 17 00:00:00 2001
From: Sistason <c3infra@sistason.de>
Date: Wed, 13 Apr 2022 21:25:06 +0200
Subject: [PATCH] use correct ci for everything

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24a42255..c3522f75 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:
-- 
GitLab