From 39e605df119f10260a72edb86fcead9322ff1d54 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 21 May 2018 01:32:17 -0400 Subject: [PATCH] Collect staticfiles before running tests for the CI. Signed-off-by: Roberto Rosario --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae82fbc5ce..b26b991908 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,7 @@ job_docker_other: - export LC_ALL=en_US.UTF-8 - apt-get install -qq curl gcc ghostscript gpgv gnupg graphviz libjpeg-dev libmagic1 libpng-dev libtiff-dev poppler-utils libreoffice poppler-utils python-dev python-pip tesseract-ocr tesseract-ocr-deu - pip install -r requirements/testing.txt + - python manage.py collectstatic --noinput test-mysql: <<: *test_base