From af1d5ab1afffc2413cf1327022c857a7db97479b Mon Sep 17 00:00:00 2001 From: amirrezaask Date: Mon, 16 Mar 2020 04:26:23 +0330 Subject: [PATCH] another fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ce14ea..3a646cd 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 sudo git emacs - - git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd .fg42 && make install && touch empty.el + - git clone https://gitlab.com/FG42/FG42 ~/.fg42/ && cd ~/.fg42/ && make install && touch empty.el script: - fg42 --script empty.el