install apt-transport-https in dirty way

Change-Id: Ib486a7111c23482f6c15d93139d142b23b6502ed
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 9497c2f..7c570ef 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -132,6 +132,7 @@
                         salt.runSaltProcessStep(saltMaster, '* and not kvm*', 'saltutil.sync_all', [], null, true)
 
                         // workaround - install apt-transport-https
+                        salt.runSaltProcessStep(saltMaster, '* and not kvm*', 'cmd.run', ['apt-get update -y && apt-get install -y apt-transport-https'], null, true)
                         salt.runSaltProcessStep(saltMaster, '* and not kvm*', 'pkg.install', ['apt-transport-https', 'refresh=True'], null, true)
                         salt.enforceState(saltMaster, 'I@linux:system', ['linux', 'openssh', 'salt.minion', 'ntp'], true)
                     }