From 812252adbaba36e30d2ed8d2e3586dda6ccf6a21 Mon Sep 17 00:00:00 2001 From: Mr Felix Berg Date: Wed, 12 Mar 2025 16:33:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9d2a9a..bd4cb31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ warningtest: script: - echo "checking for warnings in the html validation" - ls - - sh .warning-test.sh + - sh warning-test.sh errortest: stage: test @@ -39,14 +39,13 @@ errortest: script: - echo "checking for errors in the html validation" - ls - - sh .error-test.sh + - sh error-test.sh deploy1: stage: deploy tags: - deployer script: -# - sh deploy.sh - ls -l /var/www/html - cp -f *.html /var/www/html/ - ls -l /var/www/html -- GitLab