diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82f0bdc..9a116c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,10 @@ tests: before_script: - python -V - time apk --update add --no-cache build-base gcc libgcc libffi-dev openssl-dev git postgresql-client jpeg-dev openjpeg-dev zlib-dev freetype-dev lcms2-dev freetype-dev gifsicle - - time pip3 install wheel tox + - time pip3 install --upgrade pip + - time pip3 install wheel tox poetry script: - ls - cp config.ci.py config.py + - poetry run ./manage.py migrate - time tox