diff --git a/samples/zephyr/hello-world/sample.yaml b/samples/zephyr/hello-world/sample.yaml index d426b018e2..28203926bb 100644 --- a/samples/zephyr/hello-world/sample.yaml +++ b/samples/zephyr/hello-world/sample.yaml @@ -1,11 +1,12 @@ sample: name: Application Skeleton description: Basic "hello world" application, but loadable by mcuboot - platforms: all common: sysbuild: true tests: - - test: - build_only: true - tags: samples tests - min_ram: 16 + mcuboot.samples.zephyr.hello_world.sysbuild: + build_only: true + tags: + - samples + - tests + min_ram: 16