From 35f37a9aa56440fe339abc6b34ea54deb8538f01 Mon Sep 17 00:00:00 2001 From: Mussab Abdalla <mussab.abdalla@eox.at> Date: Thu, 20 Feb 2020 15:55:46 +0100 Subject: [PATCH] use ubuntu:18.04 for test image --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c43893f..a5b52f01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: - build test: + image: ubuntu:18.04 stage: test variables: BUCKET_NAME: pvs_testing -- GitLab