more artifacts

This commit is contained in:
Maximilian Keßler 2021-10-24 09:45:09 +02:00
parent d3f380a548
commit 8b3d225716

View file

@ -28,7 +28,7 @@ get-build-repo: # This job runs in the build stage, which runs first.
- latex
artifacts:
paths:
- build/
- build/*
build-packages: # This job runs in the deploy stage.
stage: build # It only runs when *both* jobs in the test stage complete successfully.
@ -54,7 +54,7 @@ build-packages: # This job runs in the deploy stage.
GIT_SUBMODULE_STRATEGY: recursive
artifacts:
paths:
- build/
- build/*
tags:
- latex