From e078f31c3df53cdb9fd67b21a162a6c51f2aea58 Mon Sep 17 00:00:00 2001 From: amirrezaask Date: Mon, 16 Mar 2020 06:22:53 +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 6692048..20b0cc5 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: - - ls -al && emacs --name FG42 --no-site-file --no-site-lisp --no-splash --title FG42 -l ./fg42-config.el --debug-init --script empty.el + - ls -al && emacs --name FG42 --no-site-file --no-site-lisp --no-splash --title FG42 -l ~/.fg42/fg42-config.el --debug-init --script empty.el