This commit is contained in:
2023-12-12 00:56:52 +01:00
parent 0cf66c5781
commit 968c549bbe
5 changed files with 53 additions and 4 deletions

7
tests/start_tests_gitlab.sh Executable file
View File

@@ -0,0 +1,7 @@
apk add --update libmagic
pip3.10 install -r requirements.txt
sh tests/start_tests.sh
cp tests/coverage/coverage.xml ./coverage.xml
cp tests/coverage/report.xml ./report.xml