From 81fd8c227cda8e47b662d8e0f5d8f4f7d731efdd 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:08:35 +0100
Subject: [PATCH] more stuff

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

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