From a1c8b8e5deb68d87d2048d3c43e41ed5befa1d5f Mon Sep 17 00:00:00 2001 From: Michael Price Date: Fri, 23 Feb 2018 01:33:54 -0400 Subject: [PATCH] Update the Ubuntu package repository before trying to install anything. Signed-off-by: Michael Price --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 237c453dbc..dce747d40f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,12 +3,12 @@ services: - mysql:latest - postgres before_script: + - apt-get -qq update - apt-get install -qq locales - echo "LC_ALL=\"en_US.UTF-8\"" >> /etc/default/locale - locale-gen en_US.UTF-8 - 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 tesseract-ocr tesseract-ocr-deu ghostscript libjpeg-dev libpng-dev libtiff-dev poppler-utils libreoffice variables: POSTGRES_DB: "mayan_edms"