diff --git a/infrastructure/services/Jenkinsfile b/infrastructure/services/Jenkinsfile index 68d7777..220aad2 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -230,7 +230,7 @@ sonar.terraform.provider.aws=true # Test Flask app imports and basic functionality echo "🧪 Testing Flask application..." - python -c " + python -c " import sys sys.path.append('.') from app import app