diff --git a/.circleci/config.yml b/.circleci/config.yml
index 12292055a4fb83ee8b0de29d377da28992aac4bb..25a954308b6b1dadc0acc78b17047e0cd38241aa 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -134,6 +134,7 @@ jobs:
             . venv/bin/activate
             python manage.py check
             python manage.py makemigrations --check --noinput --verbosity=1
+            python manage.py collectstatic --noinput --no-post-process --verbosity=1
             coverage run --source='hypha' manage.py test
             codecov