Commit a5fa89a8 authored by Gert Wollny's avatar Gert Wollny
Browse files

d/.gitlab-ci: Use apt-get instead of apt

parent 1e689bcb
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,8 +4,9 @@ build:
  stage: build
  
  before_script:
    - apt update && apt -y install devscripts git-buildpackage
    - apt-get update && apt-get -y install devscripts git-buildpackage
    - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes --no-install-recommends" --install -r debian/control 
  script: 
    - echo "Ignore branch because CI moves to some commit"     
    - gbp buildpackage -uc -us --git-ignore-branch