CI: Restore collectstatic

This commit is contained in:
Anna Sidwell 2019-04-07 19:10:36 +01:00
parent b8d54a2770
commit 04e1609c32

View File

@ -39,6 +39,7 @@ before_script:
- pip install -U pip setuptools - pip install -U pip setuptools
- pip install -r requirements/base.txt - pip install -r requirements/base.txt
- pip install -r requirements/test.txt - pip install -r requirements/test.txt
- python manage.py collectstatic
pytest: pytest:
stage: test stage: test