From aec7d4d38f778f178dd05eeaf802f2193967a982 Mon Sep 17 00:00:00 2001 From: amirrezaask Date: Mon, 16 Mar 2020 06:18:07 +0330 Subject: [PATCH] change --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a646cd..bb9ea67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ build: - 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 script: - - fg42 --script empty.el + - cd ~/.fg42/ && emacs --name FG42 --no-site-file --no-site-lisp --no-splash --title FG42 -l ./fg42-config.el --debug-init --script empty.el