diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e1ffd5..bc40237 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ generate_exe: image: python:3.8 stage: build script: - - sudo apt install wine + - apt install wine - pip install pyinstaller - pyinstaller app.py - wine dist/app.exe