diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 218c1a6..546cdb0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: image: ubuntu stage: build before_script: - - apt update && apt install -y make wget emacs + - apt update && apt install -y make wget sudo emacs - make install - touch empty.el script: