From 43e73681abd7e72b8c1c7b62569aa9beb7ed1427 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:02:43 +0100 Subject: [PATCH] fixing bugs with ci pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 738f5fa..197d3c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ deploy: - pip install -r requirements.txt # Install the required Python dependencies - bash ./make_openapi_client.sh # Re-generate OpenAPI client library - echo "Running the application..." - - python3.8 -m main # Replace with the exact command to start your app + - python3.8 -m backend.main # Replace with the exact command to start your app release: stage: release -- GitLab