From 5a65b174c1e4a876a60f4759fc7eeb590e811489 Mon Sep 17 00:00:00 2001
From: robin <robin@fsmpi.rwth-aachen.de>
Date: Tue, 27 Nov 2018 21:36:05 +0100
Subject: [PATCH] Install debian devscripts for debchange

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eba211b..c2bef53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ before_script:
   - export LANG=en_US.UTF-8
   - id
   - apt-get update
-  - apt-get install -y dpkg-dev quilt
+  - apt-get install -y dpkg-dev quilt devscripts
   - python3 -m venv venv
   - source venv/bin/activate
   - pip install wheel
-- 
GitLab