From 35a6ecd23b0f9203520ba6b43889f7b53732f06b Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Mon, 17 Jul 2023 13:47:59 +0200 Subject: [PATCH] fix .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 383cb5c..d820ac1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ pytest: changes: - .gitlab-ci.yml - pyproject.toml - - templates/python/testing/pytest/* + - templates/python/testing/pytest/**/* flake8: stage: templates @@ -26,7 +26,7 @@ flake8: changes: - .gitlab-ci.yml - pyproject.toml - - templates/python/code_quality/flake8/* + - templates/python/code_quality/flake8/**/* black: stage: templates @@ -37,4 +37,4 @@ black: changes: - .gitlab-ci.yml - pyproject.toml - - templates/python/code_quality/black/* + - templates/python/code_quality/black/**/* -- GitLab