From f200dcbe509f7401e03226aa83d02428c74389f4 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Sun, 26 Apr 2020 13:24:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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