diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc40237..df9f667 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,11 @@ generate_exe: image: python:3.8 stage: build script: + - apt update - apt install wine - pip install pyinstaller - pyinstaller app.py - wine dist/app.exe artifacts: paths: - - dist/app.exe \ No newline at end of file + - dist/app.exe