From 00b9c05e336cf2207085532aa7aa1c8aca0a87bf Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 14 Oct 2022 21:33:21 +0200
Subject: [PATCH] (ci) Adapt changes to the new repository structure (#330)

So the jobs start when the python files changes
---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddc43cd1..7a7b5edd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,14 +13,14 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
 .code_changes:
   rules:
     - changes:
-      - silkaj/*.py
-      - tests/*.py
+      - silkaj/**/*.py
+      - tests/**/*.py
 
 .changes:
   rules:
     - changes:
-      - silkaj/*.py
-      - tests/*.py
+      - silkaj/**/*.py
+      - tests/**/*.py
       - .gitlab-ci.yml
       - pyproject.toml
       - poetry.lock
-- 
GitLab