summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad01e473b4e..e60e79ee2b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,7 @@ test-all:
- configure.ac
- lisp/*.el
- lisp/**/*.el
- - src/*.{h,m}
+ - src/*.{h,c}
- test/lisp/*.el
- test/lisp/**/*.el
- test/src/*.el
@@ -61,7 +61,7 @@ test-all:
# MS Windows
- lisp/w32*.el
- lisp/term/w32*.el
- - src/w32*.{h,m}
+ - src/w32*.{h,c}
# GNUstep
- lisp/term/ns-win.el
- src/ns*.{h,m}