fix: Set proper key in artifacts

This commit is contained in:
Robert Prehn 2021-07-23 11:10:53 -05:00
parent de9831c2c2
commit 0864dd1672

View file

@ -40,7 +40,8 @@ test:
script: script:
- script/cibuild covered - script/cibuild covered
artifacts: artifacts:
coverage_json: cover/excoveralls.json paths:
- cover/excoveralls.json
credo: credo:
stage: test stage: test