diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 9e2868e6383..79255258aca 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -113,7 +113,7 @@ default: - 'test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name}' - 'test -n "$(docker ps -aq -f name=${test_name})" && - docker cp ${test_name}:checkout/configure.log ${test_name} || true' + docker cp ${test_name}:checkout/config.log ${test_name} || true' - 'test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/compatibility-report.html ${test_name} || true'