From e0d2de1592cbd3265d58ffc9ead594e6292282f5 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 16 Mar 2020 18:44:45 +0000 Subject: [PATCH] Path to fg42 executable has been fixed in gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e91d5f..8af11bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ build: - 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 script: - - fg42 -nw --script empty.el + - ~/.fg42/.fg42 -nw --script empty.el