From 414d21ba9663a90f01f5facea26671f5851ffa67 Mon Sep 17 00:00:00 2001
From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de>
Date: Tue, 1 Jun 2021 11:55:47 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91689ac..8656ae2 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/
-- 
GitLab