From bef90dc8369d3f26996d3e219c7b5c7e6ee66091 Mon Sep 17 00:00:00 2001
From: Lars Beckers <larsb@fsmpi.rwth-aachen.de>
Date: Thu, 9 May 2019 17:12:44 +0200
Subject: [PATCH] Fix source list missing from CI image

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bcac44b..2f40a29 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,10 @@ variables:
   DEBEMAIL: "admin@fsmpi.rwth-aachen.de"
   QUILT_PATCHES: "debian/patches"
 
+before_script:
+  - apt-get update
+  - apt-get install -y apt-utils
+
 sssd:
   stage: build
   script: scripts/sssd.sh
-- 
GitLab