unit-test-job
1Running with gitlab-runner 16.10.0 (81ab07f6)2 on staging-ref-autoscale-instance-runner x5kFc4P8-, system ID: s_83e1c3d437f65Using Docker executor with image ruby:3-alpine ...6Pulling docker image ruby:3-alpine ...7Using docker image sha256:1c75064d7b84f168099b78008d900dcba894c37009968ad7ab184b843abbb92f for ruby:3-alpine with digest ruby@sha256:d811ee7b48a5cfb646de035f7dac59fd5530c1aef46e9660bd0e65dde307ffa0 ...9Running on runner-x5kfc4p8--project-149212-concurrent-0 via runner-x5kfc4p8--st-ref-autoscale-1725626333-63b33a04...11Fetching changes with git depth set to 20...12Initialized empty Git repository in /builds/my-ce-test-group/test-project/.git/13Created fresh repository.14Checking out 5293981a as detached HEAD (ref is prod-1)...15Skipping Git submodules setup17Using docker image sha256:1c75064d7b84f168099b78008d900dcba894c37009968ad7ab184b843abbb92f for ruby:3-alpine with digest ruby@sha256:d811ee7b48a5cfb646de035f7dac59fd5530c1aef46e9660bd0e65dde307ffa0 ...18$ echo "Running unit tests... This will take about 60 seconds."19Running unit tests... This will take about 60 seconds.20$ sleep 6021$ echo "Code coverage is 90%"22Code coverage is 90%24Job succeeded