diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69db4118648113d13389b6e55452225a278b5a7b..cc1bb5ab1113606769d5bf4b8517efe2d5e4b5cc 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