diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 584efe6..aa481e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,11 +5,15 @@ stages: py38-django31: stage: test image: python:3-alpine + before_script: + - pip install tox --no-cache-dir script: tox -e py38-django31 linters: stage: quality-assurance image: python:3-alpine + before_script: + - pip install tox --no-cache-dir script: tox -e linters # Be nice to new contributors, but please use `tox`