From 7075846b7f2b4e4b9cb2debc758f19e0dcc5ba64 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 16 Mar 2020 19:07:38 +0000 Subject: [PATCH] Changed the install target back ot install instead of install-ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84f25f7..8173a41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"