From e51c6771c211c78acabbacb6af2d230ef0600d40 Mon Sep 17 00:00:00 2001
From: Patrick <patrick.wuerstle@gmx.de>
Date: Tue, 14 Jun 2022 10:37:26 +0200
Subject: [PATCH] update yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a64235..3036175 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ test-job:
     - test -f  public/assets/images/header.jpg
     - test -f  public/assets/images/headerV2.jpg
     - test -f  public/assets/images/hft_logo.svg
+    - test -f  public/assets/images/3D-Beteiligungsplattform.png
     - test -f  public/home/index.html
     - echo "Test finished, all ok"
   only:
-- 
GitLab