From e80f00bcbf462ad062921e56dbb9b621bbb0a15f Mon Sep 17 00:00:00 2001 From: amirrezaask Date: Mon, 16 Mar 2020 03:57:28 +0330 Subject: [PATCH] add make to installation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a37808..3442007 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: image: ubuntu stage: build before_script: - - apt update && apt install -y emacs + - apt update && apt install -y make emacs - make install - touch empty.el script: