Do not lock that user out

Change-Id: I7e33914605ce07ba59a71901f4c4e4b01cceb726
diff --git a/roles/virt_runc_launcher/tasks/main.yaml b/roles/virt_runc_launcher/tasks/main.yaml
index aae472b..9ea44fe 100644
--- a/roles/virt_runc_launcher/tasks/main.yaml
+++ b/roles/virt_runc_launcher/tasks/main.yaml
@@ -111,6 +111,12 @@
   args:
     creates: /containers/f29/home/ci
 
+- name: Enable CI user in f29 container
+  replace:
+    path: /containers/f29/etc/shadow
+    regexp: '^ci:!!:'
+    replace: 'ci:*:'
+
 - name: SSH dir for the CI user in the f29 container
   file:
     path: /containers/f29/home/ci/.ssh/