diff --git a/tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml b/tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml
index 10352ec3e..9b6bad314 100644
--- a/tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml
+++ b/tekton/resources/nightly-tests/bastion-p/test_tekton_cli.yaml
@@ -47,7 +47,7 @@ spec:
     - |
       source $(workspaces.source-code.path)/$(params.plumbing-path)/scripts/library.sh
       go build -o tkn $(params.package)/cmd/tkn
-      for testsuite in clustertask eventlistener pipeline pipelinerun resource task; do
+      for testsuite in clustertask eventlistener pipeline pipelinerun plugin task; do
         header "Running Go $(params.tags) ${testsuite} tests"
         report_go_test -v -count=1 -tags=$(params.tags) -timeout=$(params.timeout) $(params.tests-path)/${testsuite}
       done