From cd22a1f29f3560189dc375997ad9ff97e1d4f31b Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Thu, 11 Nov 2021 20:34:16 +0000 Subject: [PATCH] L2SS-205: Install docker-compose --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6462d3c6f..c4e0c0526 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ stages: variables: DOCKER_TLS_CERTDIR: "/certs" before_script: - - apk add --update make bash + - apk add --update make bash docker-compose - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - touch /root/.Xauthority # Hack BASH_SOURCE into sourced files, docker its sh shell won't set this -- GitLab