Skip to content
Snippets Groups Projects

updated logic of the test-job

Merged Dobromir Palushev requested to merge just-a-test into staging
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -50,7 +50,7 @@ run-tests:
@@ -50,7 +50,7 @@ run-tests:
--build-arg MONGODB_URL_TEST=mongodb://localhost:27017/todo-app
--build-arg MONGODB_URL_TEST=mongodb://localhost:27017/todo-app
--build-arg JWT_SECRET_TEST=my-very-secret-jwt
--build-arg JWT_SECRET_TEST=my-very-secret-jwt
--add-host=host.docker.internal:host-gateway
--add-host=host.docker.internal:host-gateway
--file Dockerfile.test
--file "./app/Dockerfile.test"
"./app"
"./app"
after_script:
after_script:
- docker stop mongo-container
- docker stop mongo-container
Loading