Ensure static build directory still exists during tests

This silences a warning. It's not actually _required_
This commit is contained in:
Jake Howard 2022-06-10 17:22:39 +01:00
parent a2044db646
commit bea6b53bd3
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -45,6 +45,7 @@ pip:
dependencies: dependencies:
- pip - pip
- collect_static - collect_static
- static
before_script: before_script:
- source env/bin/activate - source env/bin/activate
variables: variables: