event: Add an event for device tree fixups
[platform/kernel/u-boot.git] / .gitlab-ci.yml
index f9cd417..a516c5d 100644 (file)
@@ -180,7 +180,7 @@ sloccount:
 Check for configs without MAINTAINERS entry:
   stage: testsuites
   script:
-    - if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi
+    - ./tools/buildman/buildman -R
 
 # Ensure host tools build
 Build tools-only: