From 5b7135235622c7c5af6f073524c3cb4c1a55a4aa Mon Sep 17 00:00:00 2001
From: Matthias Bodenbenner <m.bodenbenner@wzl-mq.rwth-aachen.de>
Date: Tue, 24 May 2022 09:35:48 +0200
Subject: [PATCH] fixed Pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27f058b..aa20eac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ Build Wheel:
     - legacy
   script:
     - pip install -r requirements.txt
-    - python build
+    - python -m build
 
 Push Wheel to Package Registry:
   image: python:3.9
-- 
GitLab