From 17193117aacec865e3f278204bd72c858c58f9da Mon Sep 17 00:00:00 2001
From: Martin Beseda <martinbeseda@seznam.cz>
Date: Wed, 11 Jul 2018 19:15:30 +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 f510bef1..41211259 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,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 -y -qq make cmake libboost-test-dev gem 
-    - apt-get install -t testing g++-7
+    - apt-get install -t testing gcc-7
     - gem install funit
     - ./build.sh
 
-- 
GitLab