* test/infra/gitlab-ci.yml (stages): Comment "fast" stage out.
(test-fast-inotify): Comment out.
stages:
- prep-images
- build-images
- - fast
+# - fast
- normal
- platform-images
- platforms
variables:
target: emacs-inotify
-test-fast-inotify:
- stage: fast
- extends: [.job-template, .test-template]
- variables:
- target: emacs-inotify
- make_params: "-C test check"
+# test-fast-inotify:
+# stage: fast
+# extends: [.job-template, .test-template]
+# variables:
+# target: emacs-inotify
+# make_params: "-C test check"
test-lisp-inotify:
stage: normal