[ci.yaml] Remove unnecessary use of { (#125058)

In yaml, indented blocks indicate the following fields are children of the parent indent. The use of curly brackets is unnecessary here
diff --git a/.ci.yaml b/.ci.yaml
index 816d4cc..2c39c2e 100644
--- a/.ci.yaml
+++ b/.ci.yaml
@@ -1449,11 +1449,10 @@
     recipe: devicelab/devicelab_drone
     presubmit: true
     timeout: 60
-    dimensions: {
-      kvm: "1",
-      cores: "8",
+    dimensions:
+      kvm: "1"
+      cores: "8"
       machine_type: "n1-standard-8"
-    }
     properties:
       device_type: "none"
       tags: >