diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7361178..daf3672 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: