diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3a341555..02a803de4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ source_dist: # Go back to the toplevel and collect our reports - cd ../.. - mkdir -p coverage-linux/ - - cp dist/buildstream/.coverage.* coverage-linux/coverage."${CI_JOB_NAME}" + - cp dist/buildstream/.coverage coverage-linux/coverage."${CI_JOB_NAME}" except: - schedules artifacts: @@ -128,7 +128,7 @@ tests-unix: # Go back to the toplevel and collect our reports - cd ../.. - mkdir -p coverage-unix/ - - cp dist/buildstream/.coverage.* coverage-unix/coverage.unix + - cp dist/buildstream/.coverage coverage-unix/coverage.unix except: - schedules artifacts: |