Don't collectstatic, it's not needed and it won't work without Yarn being run, which introduces another dependency
This commit is contained in:
parent
1759be4d8c
commit
247bce0996
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ install:
|
|||
script:
|
||||
- pip install pipenv
|
||||
- pipenv install
|
||||
- pipenv run ./manage.py collectstatic --no-input
|
||||
|
||||
pytest:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue