[web] update Jenkins pipeline following rename of redis container (#27957)

GitOrigin-RevId: dee9a5e22d0de96b77a9e12f1826fab9856479a3
This commit is contained in:
Jakob Ackermann
2025-08-15 15:55:41 +02:00
committed by Copybot
parent f7970fea29
commit a2fc208833

View File

@@ -52,7 +52,7 @@ pipeline {
stage('Prefetch Tests Images') {
steps {
dir('services/web') {
sh 'docker compose -f docker-compose.ci.yml pull --quiet test_frontend_ct mongo redis ldap saml'
sh 'docker compose -f docker-compose.ci.yml pull --quiet test_frontend_ct mongo redis_test ldap saml'
}
}
}