diff --git a/tests/cloud_playbooks/create-gce.yml b/tests/cloud_playbooks/create-gce.yml
index fdb20e375011059f631e1d18dd827eb817234af1..616c1543901671ccb0ade439ec445499c845bc6e 100644
--- a/tests/cloud_playbooks/create-gce.yml
+++ b/tests/cloud_playbooks/create-gce.yml
@@ -7,6 +7,7 @@
     mode: default
     preemptible: no
     ci_job_name: "{{ lookup('env', 'CI_JOB_NAME') }}"
+    delete_group_vars: no
   tasks:
     - name: include vars for test {{ ci_job_name }}
       include_vars: "../files/{{ ci_job_name }}.yml"
@@ -64,6 +65,13 @@
         dest: "{{ inventory_path|dirname }}/group_vars/fake_hosts.yml"
       when: mode in ['scale', 'separate-scale', 'ha-scale']
 
+    - name: Delete group_vars directory
+      file:
+        path: "{{ inventory_path|dirname }}/group_vars"
+        state: absent
+        recurse: yes
+      when: delete_group_vars
+
 - name: Wait for instances
   hosts: "waitfor_hosts"
   gather_facts: false
diff --git a/tests/files/coreos-calico-aio.yml b/tests/files/coreos-calico-aio.yml
index b1d06fc6ff06a71bb68bb015b12649a71c4ae5cf..123556550e531711356543c25d272a22add972f8 100644
--- a/tests/files/coreos-calico-aio.yml
+++ b/tests/files/coreos-calico-aio.yml
@@ -7,6 +7,7 @@ mode: aio
 startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
 
 # Deployment settings
+no_group_vars: true
 bootstrap_os: coreos
 kube_network_plugin: calico
 resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12