diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 546cdb0..0cb6798 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 sudo emacs + - apt update && apt install -y make wget sudo git emacs - make install - touch empty.el script: