Test gunicorn config in CI

This commit is contained in:
Jake Howard 2022-09-06 08:39:17 +01:00
parent fb453a3277
commit 0813b80c73
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -106,6 +106,11 @@ curlylint:
script:
- curlylint .
gunicorn_check:
extends: .python_test_template
script:
- gunicorn --check-config --config etc/gunicorn.conf.py
djhtml:
extends: .python_test_template
script: