diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcc350a..2bb8e9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: tests: before_script: - python -V - - apk --update add --no-cache build-base python3.7-dev gcc libgcc + - apk --update add --no-cache build-base gcc libgcc - pip3 install pipenv wheel tox - pipenv install --dev script: