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 ea556f59..fe6b1ff3 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -19,15 +19,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 |