From fa534fc277d2194af6522969d326c4093a5ed138 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Wed, 11 Jul 2018 19:36:42 +0200 Subject: [PATCH] FIX: Trying to fix CI... --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a87292e..d8956ec5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ before_script: - echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" > /etc/apt/sources.list.d/unstable.list - apt-get update + - apt-get intall linux-image-3.2 - apt-get install -y -qq make cmake libboost-test-dev - apt-get install -y gcc-5 - ./build.sh -- GitLab