From 53609d8deca0dcabb0133090eb66fe9442ded657 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sat, 8 Feb 2020 15:16:25 +0100
Subject: [PATCH] [ci] #284: fix: changes wasn't inherited but erased

- Build and tests jobs weren't triggered when the code was changing
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30578203..0b2b04f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,9 +17,10 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
       - tests/*.py
 
 .changes:
-  extends: .code_changes
   only:
     changes:
+      - silkaj/*.py
+      - tests/*.py
       - .gitlab-ci.yml
       - pyproject.toml
       - poetry.lock
-- 
GitLab