Skip to content

Commit b457183

Browse files
committed
Tighten scope of GitLab CI test Linux artifacts
1 parent bae95d8 commit b457183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ test-x64-linux-release-alpine:
193193
- cd build/build-x64-linux-release-alpine
194194
artifacts:
195195
paths:
196-
- build/build-x64-linux-release-alpine
196+
- build/build-x64-linux-release-alpine/coverage_pdal_c
197197

198198
test-x64-linux-debug-alpine:
199199
<<: *test-linux
@@ -208,5 +208,5 @@ test-x64-linux-debug-alpine:
208208
- cd build/build-x64-linux-debug-alpine
209209
artifacts:
210210
paths:
211-
- build/build-x64-linux-debug-alpine
211+
- build/build-x64-linux-debug-alpine/coverage_pdal_c
212212

tests/temp_pdal-stats.las

35.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)