From 60cbfa1e7fde72e566133536422ef2f49966b330 Mon Sep 17 00:00:00 2001
From: Pavel Vondska <dextor@civ.zcu.cz>
Date: Fri, 8 Dec 2017 09:01:18 +0000
Subject: [PATCH] Added missing devscripts - dch binary

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddf4957..0220868 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 debhelper libldap2-dev automake1.11
+    - apt-get install -y automake autoconf libtool build-essential dpkg-dev debhelper libldap2-dev automake1.11 devscripts
     - sh -x ./make.sh
 
   # This stage is only executed if commited to master
-- 
GitLab