From 7a785c55dccb7e0dfdc4a574ca09190c987f405f Mon Sep 17 00:00:00 2001 From: amirrezaask Date: Mon, 16 Mar 2020 03:49:44 +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 0efdeb6..3a37808 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: image: ubuntu stage: build before_script: - - apt update && apt install emacs + - apt update && apt install -y emacs - make install - touch empty.el script: