Skip to content
Snippets Groups Projects
Commit 3fe0c48d authored by s80984's avatar s80984
Browse files

change test pipeline creating mongo

parent e323ca2e
No related branches found
No related tags found
No related merge requests found
Pipeline #14275 failed
......@@ -76,10 +76,10 @@ job_test-image:
- docker build --file "./app/server/Dockerfile.test" --tag testimg:latest .
- docker run
--publish "${outerPort}:8080"
--publish "${outerPort}:3002"
--network=test-img-network
--env MONGODB_URL=mongodb://mongo:27017
--env PORT=3002
# --env PORT=3002
--env JWT_SECRET=test
--name "${CI_PROJECT_ID}-${CI_PIPELINE_IID}"
"testimg:latest"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment