From f5758d0fe9131bf08545873e160e62b27da39d60 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 10 Feb 2025 08:00:02 +0100 Subject: [PATCH] test: refs #6695 e2e fix back image --- docker-compose.e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index 9305656ed..bd104d96d 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -1,8 +1,8 @@ version: '3.7' services: back: - # image: registry.verdnatura.es/salix-back:${VERSION:?} - image: back_try + image: registry.verdnatura.es/salix-back:${VERSION:?} + # image: back_try volumes: - ./test/cypress/storage:/salix/storage - ./test/cypress/back/datasources.json:/salix/loopback/server/datasources.json