From: Sandro Santilli Date: Tue, 5 Jul 2016 10:15:29 +0000 (+0000) Subject: apt-get update && install on the same line X-Git-Tag: 2.3.0beta1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d607347953451cecfafaa530e6f641dcc515a5bc;p=postgis apt-get update && install on the same line This avoids attempts to install outdated packages due to cached steps git-svn-id: http://svn.osgeo.org/postgis/trunk@14989 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1fff82fa2..9ded3d382 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ test: script: - - apt-get update -qq - - apt-get install -y + - apt-get update -qq && apt-get install -y postgresql-9.4 postgresql-server-dev-9.4 build-essential autoconf libtool libcunit1-dev xsltproc docbook-xsl docbook-mathml dblatex