From 42a49a516c866d460b15c74a824f641213b2a417 Mon Sep 17 00:00:00 2001
From: Martin Beseda <martinbeseda@seznam.cz>
Date: Wed, 11 Jul 2018 17:11:17 +0200
Subject: [PATCH] FIX: Trying to fix CI

---
 .gitlab-ci.yml | 4 +++-
 build.sh       | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13001cb5..630d422f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,8 @@
 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 g++ cmake libboost-test-dev gem
+    - apt-get install -y -qq make cmake libboost-test-dev gem
+    - apt-get install -t unstable g++-5
     - gem install funit
     - ./build.sh
 
diff --git a/build.sh b/build.sh
index e2a987b3..1f086b5f 100755
--- a/build.sh
+++ b/build.sh
@@ -13,6 +13,7 @@ BUILD_TYPE=Debug
 # Turn of/off time profiling (1/0)
 WITH_TIME_PROFILIN=1
 
+CPP_COMPILER=g++
 #--------------#----------------------------------------------------------
 # Library path #
 #--------------#
-- 
GitLab