Skip to content
Snippets Groups Projects
Commit 9be5cc67 authored by s80984's avatar s80984
Browse files

Update Test Job

parent 312c54ce
No related branches found
No related tags found
No related merge requests found
Pipeline #14158 canceled
......@@ -61,7 +61,9 @@ job_test-image:
sleep 1 && echo sleeping
attempts=$((attempts + 1))
done
- (echo 'process.exit called with "1"' && exit 1)
- while (wget "http://containerhost:${outerPort}" 2>&1 || true) | grep 'node-mongo-app-test exited with code 0'; do
exit 0
after_script:
# NOTE: clean up after test run (stop and remove container)
# - docker rm --force "${CI_PROJECT_ID}-${CI_PIPELINE_IID}"
......
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