diff --git a/tests/compose.ci-erpnext.yml b/tests/compose.ci-erpnext.yml index 8a7eaef4..773ea9c1 100644 --- a/tests/compose.ci-erpnext.yml +++ b/tests/compose.ci-erpnext.yml @@ -5,7 +5,7 @@ services: image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION} frontend: - image: localhost:5000/frappe/erpnext-frontend:${ERPNEXT_VERSION} + image: localhost:5000/frappe/erpnext-nginx:${ERPNEXT_VERSION} websocket: image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}