diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa90cfe..8ae6d81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ generate_exe: image: tobix/pywine:3.12 stage: build script: - - ./opt/mkuserwineprefix + - . /opt/mkuserwineprefix - wine py -m pip install pyinstaller - wine py -m pip install pysimplegui - wine py -m pip install requests