diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6445bd4..cc50ffd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,6 +94,10 @@ test: .test:linux: stage: test + rules: + - changes: + - .DEBIAN/**/* + - app/**/* needs: - job: build:apt artifacts: true