From 80061360299b8a2645700a3ee6a737f85d7e8545 Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Mon, 28 Aug 2023 17:21:49 +0200
Subject: [PATCH] try extends

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 961033e..ce5f68a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ pytest:
             - tests/pytest_project/**/*
 
 tests:
+    extends: $PROJECT
     stage: templates
     variables:
         PROJECT_PATH: "tests/$PROJECT_project"
-- 
GitLab