add apt update

This commit is contained in:
amirrezaask 2020-03-16 03:46:58 +03:30
parent ed6df5d24d
commit 14977ad68f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ build:
image: ubuntu image: ubuntu
stage: build stage: build
before_script: before_script:
- apt install emacs - sudo apt update && sudo apt install emacs
- make install - make install
- touch empty.el - touch empty.el
script: script: