From bf51ad3c8d9f486dbac6bc0022ec0ef947128e2e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 25 May 2018 03:21:37 -0400 Subject: [PATCH] Don't collect static files for tests. Signed-off-by: Roberto Rosario --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d86975ed55..9aea594e6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,6 @@ 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