diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f543722d2..099b2b17f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -340,12 +340,12 @@ stages: after_script: - cat bin/tests/system/test-suite.log - *find_python - - find bin -name 'tsan.*' -exec "$PYTHON" util/parse_tsan.py {} \; + - find -name 'tsan.*' -exec "$PYTHON" util/parse_tsan.py {} \; - > "$PYTHON" bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml artifacts: - expire_in: "1 day" untracked: true + expire_in: "1 day" when: always reports: junit: junit.xml @@ -385,15 +385,12 @@ stages: <<: *unit_test_common after_script: - *find_python - - find lib -name 'tsan.*' -exec "$PYTHON" util/parse_tsan.py {} \; + - find -name 'tsan.*' -exec "$PYTHON" util/parse_tsan.py {} \; - > "$PYTHON" bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml artifacts: + untracked: true expire_in: "1 day" - paths: - - tests/*/tsan.* - - tsan/ - - junit.xml when: always reports: junit: junit.xml