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