Fix the GitLab CI yaml config

This commit is contained in:
Raoul Snyman 2023-06-06 07:42:10 -07:00
parent 96dbfa47e5
commit c9e210b62a
1 changed files with 2 additions and 6 deletions

View File

@ -73,11 +73,7 @@ test-macos-arm:
script:
- export PATH=/opt/local/bin:$PATH
- sh scripts/generate_resources.sh
- python3 -m pytest --color=no --disable-warnings --cov openlp
- mv .coverage macos.coverage
artifacts:
paths:
- macos.coverage
- python3 -m pytest --color=no --disable-warnings
only:
- master@openlp/openlp
@ -113,6 +109,6 @@ pages:
expire_in: 30 days
dependencies:
- test-debian
- test-macos
- test-macos-intel
only:
- master@openlp/openlp