diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bae454bd5fdc860e95fe60b783572b19f81d1d25..814bc688a12771863c2b9fdff12b8d9a367f3a75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -65,10 +65,10 @@ Build static site content:
     expire_in: 1m
 
 check_links:
-  stage: start-okd-build
+  stage: build-static-content
   image: becheran/mlc:0.16.1
   script:
-    - mlc public/ | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]'
+    - mlc . | tee output.log | grep -v '\[\(WARN\|Warn\| OK \)\]'
   artifacts:
     paths:
       - output.log