From f0517ab9c2e140d306fea6285589a1c02dac5064 Mon Sep 17 00:00:00 2001
From: Michael Albinus <michael.albinus@gmx.de>
Date: Sat, 23 Jan 2021 12:13:03 +0100
Subject: [PATCH] * test/infra/gitlab-ci.yml (.job-template): Check also for
 test/lib-src/*.el.

---
 test/infra/gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 2f71d12bdb3..5a0ab54e4b9 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -72,6 +72,7 @@ default:
         - lisp/**/*.el
         - src/*.{h,c}
         - test/infra/*
+        - test/lib-src/*.el
         - test/lisp/**/*.el
         - test/src/*.el
     - changes:
-- 
2.39.5