From b52b98f3d7c2c004ffe871e7f68836ec9894eff8 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 7 Oct 2024 13:56:40 +0200 Subject: [PATCH] feat(jenkinsE2E): refs #6695 try fix db --- docker-compose.e2e.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml index 698479a1e..82b6fb3d9 100644 --- a/docker-compose.e2e.yml +++ b/docker-compose.e2e.yml @@ -5,6 +5,13 @@ services: context: . dockerfile: ./Dockerfile.e2e network_mode: host + e2e: + image: registry.verdnatura.es/salix-frontend:${VERSION:?} + command: npx cypress run + build: + context: . + dockerfile: ./Dockerfile.e2e + network_mode: host # db: # image: db # command: npx myt run -t --ci -d -n front_default @@ -14,13 +21,7 @@ services: # network_mode: host # volumes: # - /var/run/docker.sock:/var/run/docker.sock - e2e: - image: registry.verdnatura.es/salix-frontend:${VERSION:?} - command: npx cypress run - build: - context: . - dockerfile: ./Dockerfile.e2e - network_mode: host + # back: # image: back # build: