From e3084bd3bf082c4f085fe5e672484f9ce754fd99 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Wed, 9 Jun 2021 17:44:36 +0000 Subject: [PATCH] L2SS-259: Try ubuntu:20.04 instead of docker compose image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eff4f599a..c6d52d3f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - unit-tests building: stage: building - image: docker/compose:latest + image: ubuntu:20.04 variables: CHECKOUT_DIR: "$CI_PROJECT_DIR/../" TANGO_SKA_LOCAL_DIR: "${CHECKOUT_DIR}" @@ -26,7 +26,7 @@ building: NETWORK_MODE: "lofar" before_script: - sudo apt-get update - - sudo apt-get install -y git make + - sudo apt-get install -y git make docker-compose - touch ~/.Xauthority script: - cd docker-compose -- GitLab