Schedule demonstration
diff --git a/.taskcluster.yml b/.taskcluster.yml
index 89e51c8..f54e7d5 100644
--- a/.taskcluster.yml
+++ b/.taskcluster.yml
@@ -11,6 +11,7 @@
           $map:
             $flatten:
               $match: {
+                True: [{name: chrome, channel: dev}],
                 event.ref == "refs/heads/master": [{name: firefox, channel: nightly}, {name: chrome, channel: dev}],
                 event.ref == "refs/heads/epochs/daily": [{name: firefox, channel: stable}, {name: chrome, channel: stable}],
                 event.ref == "refs/heads/epochs/weekly": [{name: firefox, channel: beta}, {name: chrome, channel: beta}]
@@ -91,7 +92,7 @@
                       --xvfb
                       run-all
                       ./tools/ci/taskcluster-run.py
-                        ${browser.name}
+                        chrome_cdp
                         --
                         --channel=${browser.channel}
                         --log-wptreport=../artifacts/wpt_report.json