From 4a92489de8dc86273a7f87aea29fc9368b6c4d4c Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 4 Jan 2020 13:26:53 +0000 Subject: [PATCH] CI: Fix build-dep removed by merge --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41afb507..f37924d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ build_deb: paths: - "*.deb" script: + - apt-get -y build-dep . - apt-get -y install devscripts - debuild -i -us -uc -b - cp ../*.deb .