From: Ondřej Surý Date: Wed, 1 Jun 2022 06:52:28 +0000 (+0200) Subject: Fix the path to tsan files in the tsan unit test job X-Git-Tag: v9.19.2~6^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90f0a765d86c022a9aaf7e54bea2c39435da6da6;p=thirdparty%2Fbind9.git 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.*. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db8f85bb1e1..b42d056bcdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -381,7 +381,7 @@ stages: artifacts: expire_in: "1 day" paths: - - lib/*/tests/tsan.* + - tests/*/tsan.* - tsan/ - junit.xml when: always