From 7ce82befdc6f733bc208618809c7150e977916ee Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Thu, 12 Jul 2018 00:56:53 +0200 Subject: [PATCH] FIX: Trying to fix CI --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9155cc99..81dbe283 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,10 @@ image: debian:latest 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 -y -qq make cmake libboost-test-dev gcc-5 + - apt-get install -y -t unstable gcc-5 + - apt-get install -y -qq make cmake libboost-test-dev - ./build.sh run_tests: -- GitLab