Skip to content

Commit

Permalink
Fix CI test result upload
Browse files Browse the repository at this point in the history
  • Loading branch information
spacekitteh authored and knro committed Aug 20, 2022
1 parent c413239 commit ed12bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ build-and-test-stable:
artifacts:
reports:
junit:
kstars-build/junit_result.stable.xml
./junit_result.stable.xml

# Run the full validation in one step, unstable tests still in development
build-and-test-unstable:
Expand Down Expand Up @@ -108,7 +108,7 @@ build-and-test-unstable:
artifacts:
reports:
junit:
kstars-build/junit_result.unstable.xml
./junit_result.unstable.xml

build-appimage:
stage: test
Expand Down

0 comments on commit ed12bfb

Please sign in to comment.