From b5fea948f3087f952ce95c04a49258badc55f413 Mon Sep 17 00:00:00 2001 From: Mr Felix Berg Date: Fri, 14 Mar 2025 13:37:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a41e2a..c71b257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ validate_test: # tags: # - deployer script: - - apt install tidy -y + - apt-get install tidy -y - echo "Create Validation output" - tidy -e *.html > validate_output.txt - echo "checking for errors and warnings in the html validation" -- GitLab