CORD-1536 Jenkins builds broken

Change-Id: Ied2cb1e6b935800944dfce332f5650f37ff3dddb
diff --git a/flex.yml b/flex.yml
index 5fc49a7..20ae694 100644
--- a/flex.yml
+++ b/flex.yml
@@ -12,9 +12,10 @@
   # set to the profile of cord you want to install
   cord_profile: 'rcord'
 
-  # directories on the head node that the cord dir is copied to, and profile is created in
-  cord_dir: '/opt/cord'
-  cord_profile_dir: '/opt/cord_profile'
+  # cord dir is shared to corddev VM, causing permissions issues if these aren't set
+  credentials_dir: '/opt/credentials'
+  pki_dir: '/opt/pki'
+  ssh_pki_dir: '/opt/ssh_pki'
 
   # all of these are written to genconfig/config.yml, and needs a rework