Skip to content
Snippets Groups Projects
Commit 57b8790e authored by Eunice Sarah Siregar's avatar Eunice Sarah Siregar
Browse files

Update .gitlab-ci.yml file

parent c66d0b9c
No related merge requests found
Pipeline #56449 canceled with stage
......@@ -2,27 +2,12 @@ image: python:3.10
before_script:
- python --version # For debugging
- pip install isort pylint pytest pyqt6 db-sqlite3 requests
- pip install pytest pyqt6 db-sqlite3
stages:
- Static Analysis
- Test
- Deploy
pylint:
stage: Static Analysis
script:
- pylint --ignore=test -d C0301 -d R0801 -d C0209 -d R0902 -d W0108 -d C0303 -d R1705 ./src
pytest:
stage: Test
script:
- python -m pytest
MSDeploy:
stage: Deploy
script:
- echo "test ms depoly"
- pyinstaller --add-data "img/*;img/" "src/controller.py"
tags:
- rpl
\ No newline at end of file
- python -m pytest
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment