From 34b17b1f412a6f59af9dac5484681a33d269cfcc Mon Sep 17 00:00:00 2001 From: amirrezaask Date: Mon, 16 Mar 2020 04:05:58 +0330 Subject: [PATCH] add git --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 546cdb0..0cb6798 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 make wget sudo emacs + - apt update && apt install -y make wget sudo git emacs - make install - touch empty.el script: