From 8dae738aa7b1844f7a31f126a1651cd141a3afb4 Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Mon, 28 Aug 2023 17:22:33 +0200 Subject: [PATCH] remove matrix --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce5f68a..9451895 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,21 +21,6 @@ pytest: - templates/python/testing/pytest/**/* - tests/pytest_project/**/* -tests: - extends: $PROJECT - stage: templates - variables: - PROJECT_PATH: "tests/$PROJECT_project" - parallel: - matrix: - - PROJECT: [flake8, black, isort, mypy, ruff] - only: - changes: - - .gitlab-ci.yml - - pyproject.toml - - templates/python/code_quality/$PROJECT/**/* - - tests/$PROJECT_project/**/* - flake8: stage: templates variables: -- GitLab