From bdfe9a230aef2c58523a70c5db7f11bf4f796b5d Mon Sep 17 00:00:00 2001
From: Anton Tetov <anton@tetov.se>
Date: Tue, 1 Feb 2022 10:46:43 +0100
Subject: [PATCH] store artifacts from CI

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2700442..e81a4ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,4 +2,7 @@ texify:
   script:
     pdflatex git-tutorial.tex;
     pdflatex git-tutorial.tex;
-    
\ No newline at end of file
+  artifacts:
+    paths:
+      - "*.pdf"
+    expire_in: never
-- 
GitLab