CI: Fix build-dep removed by merge

This commit is contained in:
Dorota Czaplejewicz
2020-01-04 13:26:53 +00:00
parent 825409c97f
commit 4a92489de8

View File

@ -45,6 +45,7 @@ build_deb:
paths: paths:
- "*.deb" - "*.deb"
script: script:
- apt-get -y build-dep .
- apt-get -y install devscripts - apt-get -y install devscripts
- debuild -i -us -uc -b - debuild -i -us -uc -b
- cp ../*.deb . - cp ../*.deb .