commit e7fec3161cfc46ba5c6a1c072f0a8bf481524504 parent c0889285f7a5ad3495c0f229e7ce6ddeb62e85d8 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Tue, 25 Jun 2019 10:16:15 +0200 Add fig1.pdf as CI artifact Diffstat:
M | .gitlab-ci.yml | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -5,3 +5,6 @@ build-alpine: - apk --no-cache add build-base git gnuplot script: - make + artifacts: + paths: + - fig1.pdf