From 763f6ebfdde654adb1b56ead6b547e45dce8a2b7 Mon Sep 17 00:00:00 2001
From: Pavel Vondska <dextor@civ.zcu.cz>
Date: Fri, 8 Dec 2017 08:58:59 +0000
Subject: [PATCH] Added missing dependecies

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c3b0425..ddf4957 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ run-build:
     - echo 'deb-src http://ftp.zcu.cz/pub/linux/debian stretch-updates main contrib non-free' >> /etc/apt/sources.list
     - echo 'deb-src http://ftp.zcu.cz/pub/linux/debian-security stretch/updates main contrib non-free' >> /etc/apt/sources.list
     - apt-get update
-    - apt-get install -y automake autoconf libtool build-essential dpkg-dev
+    - apt-get install -y automake autoconf libtool build-essential dpkg-dev debhelper libldap2-dev automake1.11
     - sh -x ./make.sh
 
   # This stage is only executed if commited to master
-- 
GitLab