From 0618f75e5b2835b5a5aaf43c42e193726493d64f Mon Sep 17 00:00:00 2001
From: "Joe T.S" <thunyathep.santhanavanich@hft-stuttgart.de>
Date: Thu, 18 Aug 2022 17:23:26 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6fdf0a0..c336e61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,25 +1,8 @@
 image: alpine:latest
 
 stages:
-  - test
   - deploy
 
-test-job:
-  stage: test
-  script:
-    - echo "Testing files exist..."
-    - test -f  public/index.html
-    - test -f  public/main.js
-    - test -f  public/settings.js
-    - test -f  public/assets/css/style.css
-    - test -f  public/assets/css/mobile.css
-    - test -f  public/assets/images/header.jpg
-    - test -f  public/assets/images/hft_logo.svg
-    - test -f  public/home/index.html
-    - echo "Test finished, all ok"
-  only:
-    - master
-
 pages:
   stage: deploy
   script:
@@ -28,4 +11,4 @@ pages:
     paths:
       - public
   only:
-    - master
\ No newline at end of file
+    - master
-- 
GitLab