diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 3fc1a35f9bb..c9f7bf92ca7 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -327,11 +327,7 @@ test-eglot: check-expensive TEST_HOME=/root LOGFILES="lisp/progmodes/eglot-tests.log" - EMACS_EXTRAOPT='\ - --eval \(package-install\ \(quote\ company\)\)\ - --eval \(package-install\ \(quote\ yasnippet\)\)\ - --eval \(setopt\ package-selected-packages\ \(quote\ \(company\ yasnippet\)\)\)\ - --eval \(setq\ exec-path\ \(cons\ \"/root/.local/bin\"\ exec-path\)\)' + EMACS_EXTRAOPT='--eval \(package-install\ \(quote\ company\)\) --eval \(package-install\ \(quote\ yasnippet\)\) --eval \(setopt\ package-selected-packages\ \(quote\ \(company\ yasnippet\)\)\) --eval \(setq\ exec-path\ \(cons\ \"/root/.local/bin\"\ exec-path\)\)' build-image-tree-sitter: stage: platform-images