From 15b2a24b2729440d426626958be5dccce3c1e807 Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Wed, 9 Sep 2020 19:37:41 +0200
Subject: Fix docker tags in site.cntt.yaml
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: Ie6a017e203d9a552c62987578cca41f96ed76843
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 ansible/site.cntt.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml
index f1f7273ea..c15d377b1 100644
--- a/ansible/site.cntt.yml
+++ b/ansible/site.cntt.yml
@@ -4,6 +4,9 @@
   roles:
     - role: collivier.xtesting
       project: functest
+      docker_tags:
+        - hunter:
+            branch: stable/hunter
       suites:
         - container: functest-healthcheck
           tests:
-- 
cgit