diff options
Diffstat (limited to 'templates/tests')
-rw-r--r-- | templates/tests/ci.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 9245255..feca60e 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -20,7 +20,7 @@ name: service-check parameters: DEVICE_TAGS: "{{ DEVICE_TAGS }}" -{% if "can" in DEVICE_TAGS %} +{% if "CAN" in DEVICE_TAGS %} {% include 'tests/can.jinja2' %} {% endif %} |