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