From 5162eac4cc6354d4f7b17630bc435ab3cddb7199 Mon Sep 17 00:00:00 2001 From: Brendan Bartels <bbartels@iastate.edu> Date: Wed, 26 Apr 2017 10:14:00 -0500 Subject: [PATCH] groundStation: Add qmake-qt5 to docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e81abf59..0a4355816 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: ruby:2.3 before_script: - - apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind + - apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind qmake-qt5 stages: - build -- GitLab