diff --git a/ci-scripts/Jenkinsfile-gitlab b/ci-scripts/Jenkinsfile-gitlab
index cf3ad11f934db1ea4477971f1bc23e5630cda121..f83ee6faf0a1c5de4e0e0efe09cf8fe2bf36d574 100644
--- a/ci-scripts/Jenkinsfile-gitlab
+++ b/ci-scripts/Jenkinsfile-gitlab
@@ -291,7 +291,7 @@ pipeline {
                                 copyArtifacts(projectName: 'eNB-CI-FDD-Band7-B210',
                                               filter: 'test_results*.html',
                                               selector: specific("${FDD_Band7_B210_Status.number}"))
-                                if (fileExist('test_results-eNB-CI-FDD-Band7-B210.html')) {
+                                if (fileExists('test_results-eNB-CI-FDD-Band7-B210.html')) {
                                     archiveArtifacts artifacts: 'test_results-eNB-CI-FDD-Band7-B210.html'
                                 }
                             }