diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3f4c478a9a1c2b088496bba0247c8532fac8b7d..d817b46f5960a81589c940ea58dd1e811b27326d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,13 @@ unit-test:
     - env:docker
   script:
     - pytest tests/
+    - pytest tests/ --update-tests=confirm
+  artifacts:
+    paths:
+      - tests_updated/
+      - tests/deserializer_matrix/new_deserializer2d.png
+      - tests/deserializer_matrix/new_deserializer3d.png
+      - doc/static/specification/new_schema.json
 
 check-typing:
   tags:
@@ -48,9 +55,14 @@ check-typing:
   script:
     - mypy --exclude venv .
 
+
 doc:
   script:
     - make html
+  artifacts:
+    paths:
+      - build/html/
+
 
 build_and_upload:
   #  stage: package
diff --git a/tests/update_schema.py b/tests/test_update_schema.py
similarity index 100%
rename from tests/update_schema.py
rename to tests/test_update_schema.py