Add git to ci

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 17:43:26 +01:00
parent ee8f96952a
commit 29ac663196

View File

@ -2,7 +2,7 @@
image: openscad/openscad image: openscad/openscad
# Functions that should be executed before the build script is run # Functions that should be executed before the build script is run
before_script: before_script:
- apt-get install -y jq make - apt-get install -y jq make git
pages: pages:
script: script:
- Xvfb :99 & - Xvfb :99 &