]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix the path to tsan files in the tsan unit test job
authorOndřej Surý <ondrej@isc.org>
Wed, 1 Jun 2022 06:52:28 +0000 (08:52 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 1 Jun 2022 15:08:37 +0000 (17:08 +0200)
The tsan unit test job still referenced lib/*/tests/tsan.*, change this
to the correct tests/*/tsan.*.

.gitlab-ci.yml

index db8f85bb1e14b65d7ba728905e7c94d5b901a3ad..b42d056bcdce2c0ec936579055b4f729917bde91 100644 (file)
@@ -381,7 +381,7 @@ stages:
   artifacts:
     expire_in: "1 day"
     paths:
-      - lib/*/tests/tsan.*
+      - tests/*/tsan.*
       - tsan/
       - junit.xml
     when: always