diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 373b6818..ca414a99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ test:bht: coverage_report: coverage_format: cobertura path: coverage/cobertura-coverage.xml - junit: build/bht-dbg/**/bht_results/*.xml + junit: build/bht/**/bht_results/*.xml needs: - job: build:bht parallel: @@ -74,7 +74,7 @@ test:bht-tsan: artifacts: expire_in: 24 hours reports: - junit: build/bht-tsan-dbg/**/bht_results/*.xml + junit: build/bht-tsan/**/bht_results/*.xml needs: - job: build:bht parallel: |
