From 50ef9fceb2030238a5355b2407b4876158a77e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 20 Jan 2019 13:51:50 +0100 Subject: [PATCH] ci: gcc image's glibc is too old, try with ubuntu 18.10 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f019656..2941852 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: gcc +image: ubuntu:18.10 stages: - build