From c13ed6b0e237253487d9490807776b198326aef4 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:12:04 +0100
Subject: [PATCH] maybe now?

---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1288041..08b57f6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,14 +24,14 @@ build_buster:
   stage: build_buster
   script:
     - apt update
-    - apt install -y python3-stdeb python3-all python-all
+    - apt install -y python3-stdeb python-all
     - ./build.sh
     - mkdir -p build/
-    - mv ../python3-lustmolch*.deb build/
-    - mv ../python3-lustmolch*.changes build/
-    - mv ../python3-lustmolch*.tar.gz build/
-    - mv ../python3-lustmolch*.dsc build/
-    - mv ../python3-lustmolch*.buildinfo build/
+    - mv ../deb_dist/python3-lustmolch*.deb build/
+    - mv ../deb_dist/python3-lustmolch*.changes build/
+    - mv ../deb_dist/python3-lustmolch*.tar.gz build/
+    - mv ../deb_dist/python3-lustmolch*.dsc build/
+    - mv ../deb_dist/python3-lustmolch*.buildinfo build/
 
   # The files which are to be made available in GitLab
   artifacts:
-- 
GitLab