From 4dc7c7a6fb79311aa88bf67670632b2868caed7c Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Thu, 2 Jul 2020 10:08:26 +0200 Subject: [PATCH] fixed GitLab build (#18144) --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0f20c4..d97a465 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,7 @@ variables: DOCKER_POSTGRES_IMAGE: postgres:9.3 before_script: - - apk add --no-cache python py2-pip git - - pip install --no-cache-dir docker-compose==1.16.0 + - apk add --no-cache git curl docker-compose - docker info - cd tests