diff --git a/ci-scripts/Jenkinsfile-GitLab-Docker b/ci-scripts/Jenkinsfile-GitLab-Docker
index 0cedb9108ac522c931bbe6260db462aa15de16c1..8bd407273c0f7544ce4601475b83a65a6b03e714 100644
--- a/ci-scripts/Jenkinsfile-GitLab-Docker
+++ b/ci-scripts/Jenkinsfile-GitLab-Docker
@@ -147,6 +147,7 @@ pipeline {
               echo "Upstream Job passed AMF_TAG to use: ${amfTag}"
               mini = true
               basic = true
+              slice = true
             }
             if (params.AMF_BRANCH != null) {
               amfBranch = params.AMF_BRANCH
@@ -448,7 +449,7 @@ pipeline {
           sh 'python3 ./ci-scripts/dsTestGenerateHTMLReport.py --job_name ' + JOB_NAME + ' --job_id ' + BUILD_ID + ' --job_url ' + BUILD_URL + ' --type slice'
         }
         if (basic == true){
-        sh 'python3 ./ci-scripts/dsTestGenerateHTMLReport.py --job_name ' + JOB_NAME + ' --job_id ' + BUILD_ID + ' --job_url ' + BUILD_URL + ' --type basic'
+          sh 'python3 ./ci-scripts/dsTestGenerateHTMLReport.py --job_name ' + JOB_NAME + ' --job_id ' + BUILD_ID + ' --job_url ' + BUILD_URL + ' --type basic'
         }
 
         // Zipping all archived log files
@@ -464,4 +465,4 @@ pipeline {
       }
     }
   }
-}
\ No newline at end of file
+}