From f654a483ea6dde7987f1951b4bc5866a5d189c76 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Tue, 2 Dec 2025 17:58:33 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94671c3..55aca8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build-job: # This job runs in the build stage, which runs first. script: - python3 -m venv venv - source venv/bin/activate - - pip install pyinstaller requests + - pip install pyinstaller requests tabulate - pyinstaller --onefile portainer.py - scp dist/portainer jd@morefine.home.lan:/myapps/bin/ - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp