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