diff --git a/src/nf_modules/FastQC/fastqc.nf b/src/nf_modules/FastQC/fastqc.nf
index 5725497ddf29585107beeecd18d10efee218f5e4..ad699258407b90a781b63be7aff7e21aea9e66b8 100644
--- a/src/nf_modules/FastQC/fastqc.nf
+++ b/src/nf_modules/FastQC/fastqc.nf
@@ -22,7 +22,7 @@ process fastqc {
     file fastq from fastq_files
 
   output:
-    file "*" into fastqc_repport
+    file "*.htlm" into fastqc_repport
 
   script:
 """