ci: Fix ci script

This commit is contained in:
Alexander Kobjolke 2023-01-05 12:17:34 +01:00
parent d74b7397c6
commit 59eb3b502e

View file

@ -29,6 +29,7 @@ build-job: # This job runs in the build stage, which runs first.
script: script:
- make release - make release
artifacts: artifacts:
paths:
- build/dist/*.tar.gz - build/dist/*.tar.gz
unit-test-job: # This job runs in the test stage. unit-test-job: # This job runs in the test stage.