diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce5f68a32316d39ee1320b3ab7b97e6aeb2724f6..9451895dbcef2646dfb15ded64e881b7a06a27d7 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: