From 29ac66319643d684a090bbf5056f13d4ea6922b5 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 17 Feb 2023 17:43:26 +0100 Subject: [PATCH] Add git to ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a815f0..f612697 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: openscad/openscad # Functions that should be executed before the build script is run before_script: - - apt-get install -y jq make + - apt-get install -y jq make git pages: script: - Xvfb :99 &