From baed2288f152fdf61e29ff2b242ed3611942ad2f Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Mon, 17 Jul 2023 13:38:21 +0200
Subject: [PATCH] change stage name

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e63fbd4..b4eae4d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,12 @@
 stages:
-    - template_testing
+    - templates
 
 include:
     - local: 'templates/python/testing/pytest/pytest.yml'
     - local: 'templates/python/code_quality/flake8/flake8.yml'
 
 pytest:
-    stage: template_testing
+    stage: templates
     variables:
         PROJECT_PATH: "tests/pytest_project"
         PYTHON_SETUP: "pip install ${PROJECT_PATH} pytest"
@@ -17,7 +17,7 @@ pytest:
             - templates/python/testing/pytest/*
 
 flake8:
-    stage: template_testing
+    stage: templates
     variables:
         PROJECT_PATH: "tests/flake8_project"
         PYTHON_SETUP: "pip install ${PROJECT_PATH} flake8"
-- 
GitLab