From 10db5f80afbc74f87af09a114e604d88ea85e5a8 Mon Sep 17 00:00:00 2001 From: amirrezaask Date: Mon, 16 Mar 2020 03:48:04 +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 91dfeed..0efdeb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: image: ubuntu stage: build before_script: - - sudo apt update && sudo apt install emacs + - apt update && apt install emacs - make install - touch empty.el script: