From b0f472695285bc87edfb543d67ae831ee74248f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Tue, 26 Jun 2018 12:28:39 +0000 Subject: [PATCH] Test debug CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18929332..e775a1fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,4 +28,5 @@ tests: - DEBIAN_FRONTEND=noninteractive apt-get -qq install -y locales - sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8 - ./install_re2o.sh auto-setup + - cat re2o/settings_local.py - python3 manage.py test