diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 695a80d..6dc8caa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ stages: run-build: stage: build script: + - apt update - apt install -y build-essential dh-make devscripts git dh-make build-essential autoconf autotools-dev - dpkg-buildpackage -us -uc - mkdir build @@ -18,7 +19,6 @@ run-build: tags: - selfhosted-1 - # This stage is only executed for new tags only: - tags