diff --git a/Jenkinsfile b/Jenkinsfile
index 885ab7d3..a6679a68 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -136,6 +136,7 @@ pipeline {
 				}
 			}
 			steps {
+				sh 'docker-compose config'
 				sh 'rm -rf ./test/results/junit/*'
 				sh './scripts/ci/fulltest-cypress'
 			}
@@ -164,6 +165,7 @@ pipeline {
 				}
 			}
 			steps {
+				sh 'docker-compose config'
 				sh 'rm -rf ./test/results/junit/*'
 				sh './scripts/ci/fulltest-cypress'
 			}
@@ -192,6 +194,7 @@ pipeline {
 				}
 			}
 			steps {
+				sh 'docker-compose config'
 				sh 'rm -rf ./test/results/junit/*'
 				sh './scripts/ci/fulltest-cypress'
 			}