diff --git a/ci.fmf b/ci.fmf
new file mode 100644
index 0000000..b64439e
--- /dev/null
+++ b/ci.fmf
@@ -0,0 +1,10 @@
+/test:
+    summary:
+        Basic set of quick tests for cpio.
+    discover:
+        how: fmf
+        filter: "tag: Tier1 & distros: rhel-9"
+        repository: "git://pkgs.devel.redhat.com/tests/gd"
+    execute:
+        how: beakerlib
+
diff --git a/ci/rhel-9.yml b/ci/rhel-9.yml
new file mode 100644
index 0000000..489bbe3
--- /dev/null
+++ b/ci/rhel-9.yml
@@ -0,0 +1,14 @@
+---
+
+# vim: sw=2 ts=2 et
+    
+- hosts: localhost
+  tasks:
+  - name: Install necessary test dependencies for RHEL 9
+    dnf:
+      state: present
+      name:
+        - coreutils
+        - systemd
+        - systemd-container    
+        - util-linux 
diff --git a/gating.yaml b/gating.yaml
new file mode 100644
index 0000000..5ad1453
--- /dev/null
+++ b/gating.yaml
@@ -0,0 +1,6 @@
+--- !Policy
+product_versions:
+  - rhel-9
+decision_context: osci_compose_gate
+rules:
+  - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other.functional}