diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45d7d5d5dc05ff5ba29b81b69ce5364c48106129..a3fe18bc8c3d4fd0acb888c74070f02a0008f998 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,7 +114,7 @@ blc-docs: - http-server documentation/out/ -p 80 > /dev/null & - sleep 5 script: - - blc --filter-level 3 --input http://localhost -rog --exclude "*linkedin.*" --exclude "*doxygen.*" --exclude "*status.dbogatov.org*" --exclude "*github.com*" --exclude "*git.dbogatov.org*" | tee /dev/stderr | grep 'Finished!' | tail -1 | grep '0 broken.' + - blc --filter-level 3 --input http://localhost -rog --exclude "*linkedin.*" --exclude "*doxygen.*" --exclude "*status.dbogatov.org*" --exclude "*github.com*" --exclude "*git.dbogatov.org*" --exclude "*localhost/assets/images/favicon.ico*" --exclude "*fonts.gstatic.com*" | tee /dev/stderr | grep 'Finished!' | tail -1 | grep '0 broken.' tags: - docker