diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ea979b4..e7121ba6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ image: python:3.9.2-alpine before_script: + - apk update && apk install git - pip install -r requirements.txt test: