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,7 +29,8 @@ build-job: # This job runs in the build stage, which runs first.
script: script:
- make release - make release
artifacts: artifacts:
- build/dist/*.tar.gz paths:
- build/dist/*.tar.gz
unit-test-job: # This job runs in the test stage. unit-test-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully. stage: test # It only starts when the job in the build stage completes successfully.