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

---
 .gitlab-ci.yml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8656ae2..b93f724 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,19 +1,8 @@
 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 'Testing...'
+  - echo 'Testing index file...'
   artifacts:
     paths:
     - public/
-- 
GitLab