diff options
Diffstat (limited to 'ansible/site.yml')
-rw-r--r-- | ansible/site.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index fb02094dc..1f15f8f1e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -10,7 +10,7 @@ - repo: _ dport: container: alpine - tag: 3.10 + tag: '3.10' steps: - name: build opnfv/functest-core containers: @@ -81,6 +81,8 @@ - heat_ims - vyos_vrouter - juju_epc + properties: + execution-type: SEQUENTIALLY - container: functest-features tests: - doctor-notification |