diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/infra/gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 8e779028c3d..2527034978c 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml | |||
| @@ -326,8 +326,7 @@ test-eglot: | |||
| 326 | check-expensive | 326 | check-expensive |
| 327 | TEST_HOME=/root | 327 | TEST_HOME=/root |
| 328 | LOGFILES="lisp/progmodes/eglot-tests.log" | 328 | LOGFILES="lisp/progmodes/eglot-tests.log" |
| 329 | EMACS_EXTRAOPT="--eval \(use-package\ company\ :ensure\ t\) | 329 | EMACS_EXTRAOPT='--eval \(use-package\ company\ :ensure\ t\) --eval \(use-package\ yasnippet\ :ensure\ t\)' |
| 330 | --eval \(use-package\ yasnippet\ :ensure\ t\)" | ||
| 331 | 330 | ||
| 332 | build-image-tree-sitter: | 331 | build-image-tree-sitter: |
| 333 | stage: platform-images | 332 | stage: platform-images |