Changed the install target back ot install instead of install-ci

This commit is contained in:
Sameer Rahmani 2020-03-16 19:07:38 +00:00
parent 4e2a210914
commit 7075846b7f
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ build:
stage: build
before_script:
- apt update && apt install -y make wget git emacs
- git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install-ci && touch empty.el
- git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install && touch empty.el
script:
- ~/.fg42/fg42 -nw --script empty.el
- fg42 -nw --script empty.el && echo "Done"