diff --git a/smartgears/dataminer_app/tasks/install-gcube-key.yml b/smartgears/dataminer_app/tasks/install-gcube-key.yml
index 5394858..b40f11f 100644
--- a/smartgears/dataminer_app/tasks/install-gcube-key.yml
+++ b/smartgears/dataminer_app/tasks/install-gcube-key.yml
@@ -52,6 +52,7 @@
       get_url: url={{ item.url }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/PARALLEL_PROCESSING/{{ item.name }} owner={{ smartgears_user }} group={{ smartgears_user }} mode=0600
       with_items:
         - '{{ gcube_pre_key_1 }}'
+        - '{{ gcube_dev_key_1 }}'
       notify: Restart smartgears
       when: install_gcube_preprod_key
 
diff --git a/smartgears/smartgears/tasks/install-gcube-keys.yml b/smartgears/smartgears/tasks/install-gcube-keys.yml
index 9ad3f62..6986843 100644
--- a/smartgears/smartgears/tasks/install-gcube-keys.yml
+++ b/smartgears/smartgears/tasks/install-gcube-keys.yml
@@ -52,6 +52,7 @@
       get_url: url={{ item.url }} dest=/{{ gcube_tomcat_lib_dir }}/{{ item.name }} owner={{ smartgears_user }} group={{ smartgears_user }} mode=0600
       with_items:
         - '{{ gcube_pre_key_1 }}'
+        - '{{ gcube_dev_key_1 }}'
       notify: Restart smartgears 
       when: install_gcube_preprod_key