From 82e620853af9c74c3d248cfb1047fdcce1526923 Mon Sep 17 00:00:00 2001 From: Ivan Fonarev Date: Fri, 27 Oct 2023 22:23:42 +0300 Subject: [PATCH] Test 3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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