From 0813b80c734a8760ed7be4242ba0b24d4a820588 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 6 Sep 2022 08:39:17 +0100 Subject: [PATCH] Test gunicorn config in CI --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: