diff --git a/tests/playbook.yml b/tests/playbook.yml
index 82431f355423edc099cfcca987b49dd75dfbc11c..895909f85f72d26aa8b74b6303b84d192cc0f557 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -1,7 +1,7 @@
 ---
 - hosts: ca-store-openbsd
   gather_facts: false
-  roles: [ openbsd_bootstrap ]
+  roles: [adarnimrod.openbsd-bootstrap]
 
 - hosts: all
   roles: [ ca-store ]
diff --git a/tests/requirements.yml b/tests/requirements.yml
index 1eeb2ae811b1d8d19e3f50a454fb4b5603008512..cdc294cd67e8c5b70eed5178580e6edde25e10bb 100644
--- a/tests/requirements.yml
+++ b/tests/requirements.yml
@@ -1,3 +1,3 @@
 ---
-- role: openbsd-bootstrap
-- role: debian-bootstrap
+- src: adarnimrod.openbsd-bootstrap
+- src: adarnimrod.debian-bootstrap