diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 580fe147a9d6c91dc1e37ac6e6c7a3294ad7a06f..980d512af7238f1951705f9c15dae88c2bfe3d22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,9 @@ image: ruby:2.3 before_script: - - apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind qt4-default qt5-qmake + - apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind qt5-default qt4-default - ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /bin/qmake-qt5 # QT hack + - ln -s /usr/lib/x86_64-linux-gnu/qt4/bin/qmake /bin/qmake # QT hack stages: - build