Fix the path to tsan files in the tsan unit test job

The tsan unit test job still referenced lib/*/tests/tsan.*, change this
to the correct tests/*/tsan.*.

(cherry picked from commit 90f0a765d8)
This commit is contained in:
Ondřej Surý
2022-06-01 08:52:28 +02:00
parent 1cc234f5d8
commit 36184beb10

View File

@@ -381,7 +381,7 @@ stages:
artifacts:
expire_in: "1 day"
paths:
- lib/*/tests/tsan.*
- tests/*/tsan.*
- tsan/
- junit.xml
when: always