diff --git a/.drone.yml b/.drone.yml index 7cadd65..632b863 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,5 +23,11 @@ steps: - cd domo-iot/build && cmake .. - make +- name: test + image: registry.nadal-fr.com/buildroot_dev + commands: + - cd domo-iot/build + - ./bin/test_device + image_pull_secrets: - dockerconfigjson