From 6ab509d33315f42ed3c10441cf273836b2361b3c Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Sun, 31 Mar 2019 13:41:04 +0300 Subject: [PATCH] Attempt to change ci image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7b865525..596e53595 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: gcc +image: ubuntu:18.04 before_script: - apt-get update -qq && apt-get install -y -qq g++ cmake -- GitLab