From 02617165cb8fd722781fa9b73431d77bc5fc2011 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Loipf=C3=BChrer?= <michael.loipfuehrer@stusta.de>
Date: Sun, 15 Mar 2020 15:09:49 +0100
Subject: [PATCH] more stuff stuff

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d4e0c0..1288041 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ stages:
 build_buster:
   stage: build_buster
   script:
+    - apt update
     - apt install -y python3-stdeb python3-all python-all
     - ./build.sh
     - mkdir -p build/
-- 
GitLab