Running with gitlab-runner 10.6.0 (a3543a27)
  on Runner04 e65be501
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:1660778496:prepare_script
Running on runner-e65be501-project-433-concurrent-1 via ea7ccc69c5e4...
section_end:1660778498:prepare_script
section_start:1660778498:get_sources
Cloning repository...
Cloning into '/builds/luiz.nunes/springboot-Nunes'...
Checking out f6a5949b as master...
Skipping Git submodules setup
section_end:1660778499:get_sources
section_start:1660778499:restore_cache
section_end:1660778500:restore_cache
section_start:1660778500:download_artifacts
section_end:1660778502:download_artifacts
section_start:1660778502: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:1660778523:build_script
section_start:1660778523:after_script
section_end:1660778524:after_script
section_start:1660778524:archive_cache
section_end:1660778526:archive_cache
section_start:1660778526:upload_artifacts
section_end:1660778527:upload_artifacts
Job succeeded