File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 125125 after_script:
126126 - mkdir -p "${CI_PROJECT_DIR}/artifacts"
127127 - find appsec/tests/integration/build/test-results -name "*.xml" -exec cp --parents '{}' "${CI_PROJECT_DIR}/artifacts/" \;
128- - .gitlab/upload-junit-to-datadog.sh "test.source.file:appsec"
128+ - .gitlab/upload-junit-to-datadog.sh "test.source.file:appsec/ "
129129 artifacts:
130130 reports:
131131 junit: "artifacts/**/test-results/**/TEST-*.xml"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ if command -v apk &> /dev/null; then
4141 # Alpine Linux
4242 is_alpine=true
4343 echo " Using apk package manager..."
44- apk add --no-cache curl jq nodejs npm unzip || {
44+ apk add --no-cache curl jq libxslt nodejs npm unzip || {
4545 echo " Warning: Failed to install dependencies. Skipping JUnit upload." >&2
4646 exit 0
4747 }
You can’t perform that action at this time.
0 commit comments