Commit efdbbb01 authored by Watchtek's avatar Watchtek
Browse files

Update file .gitlab-ci.yml

parent 63c253f5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ r95:
  image: rockylinux:9
  script:
    - dnf install -y python3 python3-pip
    - pip3 install --no-index --find-links=wheels pyinstaller
    - pip3 install pyinstaller
    - pip3 install -r requirements.txt
    - pyinstaller --onefile --noconfirm ${BINARY_NAME}.py ${CI_JOB_NAME}.py
  artifacts: