diff --git a/app/views/projects/pipelines/charts.html.haml b/app/views/projects/pipelines/charts.html.haml
index 818184903d622240ffcba4b1d640a0cd75a0b1e6..706886d7b3166bab390f264fb8063fe8f36d7e4e 100644
--- a/app/views/projects/pipelines/charts.html.haml
+++ b/app/views/projects/pipelines/charts.html.haml
@@ -6,6 +6,6 @@
   should_render_quality_summary: should_render_quality_summary.to_s,
   failed_pipelines_link: project_pipelines_path(@project, page: '1', scope: 'all', status: 'failed'),
   coverage_chart_path: charts_project_graph_path(@project, @project.default_branch),
-  test_runs_empty_state_image_path: image_path('illustrations/pipeline.svg'),
+  test_runs_empty_state_image_path: image_path('illustrations/empty-state/empty-pipeline-md.svg'),
   project_quality_summary_feedback_image_path: image_path('illustrations/chat-sm.svg'),
   default_branch: @project.default_branch } }
diff --git a/ee/app/assets/javascripts/project_quality_summary/components/test_runs_empty_state.vue b/ee/app/assets/javascripts/project_quality_summary/components/test_runs_empty_state.vue
index 700354bdf952cd6148965edaa7c8e9d4fc855ceb..eaff227b99f4a09509153427f64ea57c405f37d7 100644
--- a/ee/app/assets/javascripts/project_quality_summary/components/test_runs_empty_state.vue
+++ b/ee/app/assets/javascripts/project_quality_summary/components/test_runs_empty_state.vue
@@ -19,7 +19,6 @@ export default {
 <template>
   <div>
     <gl-empty-state
-      compact
       :svg-path="testRunsEmptyStateImagePath"
       :svg-height="null"
       class="gl-align-items-center"