summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acceptance/top-cookbooks/.kitchen.git.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.git.yml b/acceptance/top-cookbooks/.kitchen.git.yml
index 8db1829d5f..302657dffc 100644
--- a/acceptance/top-cookbooks/.kitchen.git.yml
+++ b/acceptance/top-cookbooks/.kitchen.git.yml
@@ -1,6 +1,7 @@
suites:
- name: git-default
- run_list: ["recipe[git]"]
+ # Ubuntu images need to run apt update
+ run_list: ["recipe[apt]","recipe[git]"]
includes: [ubuntu-14.04]
- name: git-source
run_list: ["recipe[git::source]"]