diff options
-rw-r--r-- | ansible/site.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index d3efded5..196d1fbf 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -22,15 +22,15 @@ - name: build opnfv/functest-kubernetes-healthcheck containers: - name: functest-functest-kubernetes-healthcheck - ref_arg: BRANCH + ref_arg: path: docker/healthcheck - name: build containers containers: - name: functest-functest-kubernetes-smoke - ref_arg: BRANCH + ref_arg: path: docker/smoke - name: functest-functest-kubernetes-features - ref_arg: BRANCH + ref_arg: path: docker/features suites: - repo: opnfv |