add sudo as well

This commit is contained in:
amirrezaask 2020-03-16 04:03:02 +03:30
parent d86d470039
commit d903426e21
1 changed files with 1 additions and 1 deletions

View File

@ -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: