diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e5cec6..f23c0b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ test: image: 18fgsa/html-proofer:gitlab-ci script: - - htmlproofer PersonalWebsite/ --empty-alt-ignore \ No newline at end of file + - ls -la + - htmlproofer ./ --empty-alt-ignore \ No newline at end of file