From b92c5d9be103dcd69b6ab2e1fe14998e9f1873cf Mon Sep 17 00:00:00 2001 From: Max Regan Date: Wed, 23 Mar 2022 17:14:44 +0000 Subject: [PATCH] Require git --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41a5360..cab260b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ test-emacs: image: ubuntu:22.04 before_script: - apt-get update - - apt-get install -y emacs-nox + - apt-get install -y emacs-nox git - ./.emacs.d/bin/doom sync script: - ./.mgr_config/tests/test-emacs.sh