From e7e278b30bcf204babe11e7b267cc18c92493194 Mon Sep 17 00:00:00 2001
From: Tomas Pecka <peckato1@fit.cvut.cz>
Date: Fri, 21 Dec 2018 14:01:11 +0100
Subject: [PATCH] CI: Workaroung for #116 in tests

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69db411864..cc1bb5ab11 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -179,6 +179,9 @@ test:arch:
   image: archlinux/base:latest
   before_script:
     - pacman -Syu --noconfirm base-devel bash bc coreutils cmake make python cppunit libxml2 tclap readline qt5-base graphviz jsoncpp
+    - pacman -Syu --noconfirm binutils
+    - strip --remove-section=.note.ABI-tag /usr/lib/libQt5Core.so.5
+
   dependencies:
     - build:arch
 
-- 
GitLab