diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3e7ff2..5bff86d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,8 @@ Test: allow_failure: true 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 - make check-patchfail - make test artifacts: