From f6b805a0db56a3dccec29a710175af230fe8fabf Mon Sep 17 00:00:00 2001 From: Koukofikis <athanasios.koukofikis@hft-stuttgart.de> Date: Tue, 9 Mar 2021 11:15:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99da992..3c86a18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test-job: - test -f public/settings.js - test -f public/assets/css/style.css - test -f public/assets/css/moblie.css - - test -f public/assets/images/header.jpg + #- 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" @@ -40,4 +40,4 @@ cleanup-job: - rm -r "$EXPORT_DIR/$CI_PROJECT_NAME" tags: - production - when: manual \ No newline at end of file + when: manual -- GitLab