diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 793c996..c8a7e1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ build: image: ubuntu stage: build before_script: - apt install emacs - make install - touch empty.el + - apt install emacs + - make install + - touch empty.el script: - fg42 --script empty.el + - fg42 --script empty.el