GitLab CI testing with Ubuntu 16.10 is failing. Fallback to Ubuntu 16.04.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-02-22 22:00:29 -04:00
committed by Roberto Rosario
parent 98f31ff491
commit 8c37bd87d6
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
image: ubuntu:16.10
image: ubuntu:16.04
services:
- mysql:latest
- postgres
@@ -8,7 +8,7 @@ before_script:
- update-locale LANG=en_US.UTF-8
- export LC_ALL=en_US.UTF-8
- apt-get update -qq
- apt-get install -qq curl graphviz python-dev python-pip gcc gnupg1 tesseract-ocr tesseract-ocr-deu ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice
- apt-get install -qq curl graphviz python-dev python-pip gcc tesseract-ocr tesseract-ocr-deu ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice
variables:
POSTGRES_DB: "mayan_edms"
POSTGRES_PASSWORD: "postgres"

View File

@@ -2,4 +2,3 @@ from __future__ import unicode_literals
from ..base import * # NOQA
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'