Issue #3403420 by fjgarlin: Test reports contain absolute path and link leads nowhere

(cherry picked from commit 1cc37927f8)
merge-requests/5508/head
Dave Long 2023-11-22 22:13:09 +00:00
parent 749e1f030f
commit 8994482633
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ default:
mkdir -p ./sites/simpletest ./sites/default/files ./build/logs/junit /var/www/.composer
chown -R www-data:www-data ./sites ./build/logs/junit ./vendor /var/www/
sudo -u www-data git config --global --add safe.directory $CI_PROJECT_DIR
after_script:
- sed -i "s#$CI_PROJECT_DIR/##" ./sites/default/files/simpletest/phpunit-*.xml || true
artifacts:
when: always
expire_in: 6 mos