From cf5e2ce658057f5695637d320969543526f1782e Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Thu, 4 Dec 2025 22:10:18 +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 e37f0dd..b051cb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,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 tabulate gitpython + - pip install pyinstaller requests tabulate gitpython prompt_toolkit - pyinstaller --onefile portainer.py - scp dist/portainer jd@morefine.home.lan:/myapps/bin/ - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp