From 9da919383bd04f8150b207f3d8b1c1a73c1de240 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sat, 4 Nov 2023 13:11:26 +0100 Subject: [PATCH] fixes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1464ef..eb877eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ Test: image: debian script: - apt-get update && apt-get -y upgrade - - apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip + - apt-get -y install build-essential curl jq make python3 python3-dev python3-pip wget unzip git - make fetch - sh -c "./scripts/check-patchfail.sh" - make test