Fix more pipeline bugs
This commit is contained in:
parent
55a510c97c
commit
60fc2ee4e1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue