Add missing python-pip install for GitLab CI

This commit is contained in:
Roberto Rosario
2016-10-24 01:44:37 -04:00
parent 1b9a40dc5c
commit 07c8d36545

View File

@@ -4,7 +4,7 @@ services:
- postgres
before_script:
- apt-get update -qq
- apt-get install -qq python-dev gcc gnupg1 tesseract-ocr tesseract-ocr-deu ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice
- apt-get install -qq python-dev python-pip gcc gnupg1 tesseract-ocr tesseract-ocr-deu ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice
variables:
POSTGRES_DB: "mayan_edms"
POSTGRES_PASSWORD: "postgres"