From 602a5e33452f2a621b5d69ac85246926098ae6fb Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Wed, 11 Jul 2018 19:39:21 +0200 Subject: [PATCH] FIX: Trying to fix CI... --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd6e70ab..72eaf35d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +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 install linux-image-3.2 + - apt-get install linux-image-3.2.0-4-amd64 - apt-get install -y -qq make cmake libboost-test-dev - apt-get install -y gcc-5 - ./build.sh -- GitLab