diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91689ac5caefe6ab15332de588fa4410264007b3..8656ae2d990620d671b76c1fd3d66acdf8ec9c51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,19 @@
 image: alpine:latest
+typeset-html:
+  cache: {}
+  tags:
+    - typeset
+  script:
+    - make -B html
+  artifacts:
+    name: "FZJ start page"
+    paths:
+      - FZJ-startpage.html
+
 pages:
   stage: deploy
   script:
-  - echo 'Nothing to do...'
+  - echo 'Testing...'
   artifacts:
     paths:
     - public/