Fix more pipeline bugs

This commit is contained in:
Santiago Lo Coco 2023-10-30 22:18:59 -03:00
parent 55a510c97c
commit 60fc2ee4e1
1 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ test-browser-client:
path: cobertura-coverage.xml
needs:
- job: preparation
- job: build-browser
- job: build-browser-client
artifacts: true
test-screen-client:
@ -333,7 +333,7 @@ test-screen-client:
path: cobertura-coverage.xml
needs:
- job: preparation
- job: build-browser-client
- job: build-screen-client
artifacts: true
test-browser-integration: