summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/deqp-runner.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index 0454f4bf171..5e7543fb083 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -133,7 +133,8 @@ extract_xml_result() {
/deqp/executor/testlog-to-xml $dst "$RESULTS/$testcase.xml"
# copy the stylesheets here so they only end up in artifacts
# if we have one or more result xml in artifacts
- cp /deqp/testlog.{css,xsl} "$RESULTS/"
+ cp /deqp/testlog.css "$RESULTS/"
+ cp /deqp/testlog.xsl "$RESULTS/"
return 0
fi
echo $line >> $dst