diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 025ef41..c290dbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ test-emacs: before_script: - apt-get update - apt-get install -y emacs-nox git - - ./.emacs.d/bin/doom install + - yes | ./.emacs.d/bin/doom install script: - ./.mgr_config/tests/test-emacs.sh