Fix pipeline

This commit is contained in:
Santiago Lo Coco 2023-11-04 21:57:38 -03:00
parent d12261f940
commit 36d4ac55e4
1 changed files with 6 additions and 6 deletions

View File

@ -162,7 +162,7 @@ test-auth-api:
- export API_IMAGE=${USER_MANAGER_TEST_IMAGE_NAME}
- export CLIENT_IMAGE=dummy-image
- export FOLDER=auth-domain
- export DOCKER_CONTAINER=fids_usermanager_api
- export DOCKER_CONTAINER=fids_usermanager_api_dev
- *test-api-script
needs:
- job: build-auth-api
@ -179,7 +179,7 @@ test-subscription-api:
- export API_IMAGE=${SUBSCRIPTION_TEST_IMAGE_NAME}
- export CLIENT_IMAGE=dummy-image
- export FOLDER=subscription-domain
- export DOCKER_CONTAINER=fids_subscriptions_api
- export DOCKER_CONTAINER=fids_subscriptions_api_dev
- *test-api-script
needs:
- job: build-subscription-api
@ -196,7 +196,7 @@ test-flights-api:
- export API_IMAGE=${FLIGHTS_INFO_TEST_IMAGE_NAME}
- export CLIENT_IMAGE=dummy-image
- export FOLDER=flights-domain
- export DOCKER_CONTAINER=fids_flights_api
- export DOCKER_CONTAINER=fids_flights_api_dev
- *test-api-script
needs:
- job: build-flights-api
@ -213,7 +213,7 @@ test-gateway:
- export API_IMAGE=${GATEWAY_TEST_IMAGE_NAME}
- export CLIENT_IMAGE=dummy-image
- export FOLDER=gateway
- export DOCKER_CONTAINER=fids_api_gateway
- export DOCKER_CONTAINER=fids_api_gateway_dev
- *test-api-script
needs:
- job: build-gateway
@ -248,7 +248,7 @@ test-browser-client:
script:
- export CLIENT_IMAGE=${BROWSER_CLIENT_TEST_IMAGE_NAME}
- export FOLDER=browser-domain
- export DOCKER_CONTAINER=fids_browser_client
- export DOCKER_CONTAINER=fids_browser_client_dev
- *test-client-script
needs:
- job: build-browser-client
@ -264,7 +264,7 @@ test-screen-client:
script:
- export CLIENT_IMAGE=${SCREEN_CLIENT_TEST_IMAGE_NAME}
- export FOLDER=screen-domain
- export DOCKER_CONTAINER=fids_screens_client
- export DOCKER_CONTAINER=fids_screens_client_dev
- *test-client-script
needs:
- job: build-screen-client