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