Running with gitlab-runner 10.6.0 (a3543a27)
on Runner05 6a776d4a
Using Docker executor with image ruby:2.1 ...
Pulling docker image ruby:2.1 ...
Using docker image sha256:223d1eaa9523fa64e78f5a92b701c9c11cbc507f0ff62246dbbacdae395ffea3 for ruby:2.1 ...
section_start:1660244585:prepare_script
Running on runner-6a776d4a-project-433-concurrent-1 via ea7ccc69c5e4...
section_end:1660244587:prepare_script
section_start:1660244587:get_sources
Cloning repository...
Cloning into '/builds/luiz.nunes/springboot-Nunes'...
Checking out 962bf8a9 as master...
Skipping Git submodules setup
section_end:1660244588:get_sources
section_start:1660244588:restore_cache
section_end:1660244590:restore_cache
section_start:1660244590:download_artifacts
section_end:1660244591:download_artifacts
section_start:1660244591:build_script
$ echo "This job tests something, but takes more time than test-job1."
This job tests something, but takes more time than test-job1.
$ echo "After the echo commands complete, it runs the sleep command for 20 seconds"
After the echo commands complete, it runs the sleep command for 20 seconds
$ echo "which simulates a test that runs 20 seconds longer than test-job1"
which simulates a test that runs 20 seconds longer than test-job1
$ sleep 20
section_end:1660244613:build_script
section_start:1660244613:after_script
section_end:1660244614:after_script
section_start:1660244614:archive_cache
section_end:1660244615:archive_cache
section_start:1660244615:upload_artifacts
section_end:1660244617:upload_artifacts
Job succeeded