Skip to content

Commit 7c7ff89

Browse files
committed
Remove coverage_pdal_c dir before coverage build in GitLab CI configuration
1 parent ae8206c commit 7c7ff89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ build-x64-linux-debug-alpine:
180180
.job_template: &test-linux
181181
stage: test
182182
script:
183+
- rm -rf coverage_pdal_c
183184
- make coverage_pdal_c
184185
cache:
185186
key: "$CI_JOB_NAME"

0 commit comments

Comments
 (0)