Running with gitlab-runner 13.1.1 (6fbc7474)
  on DOCKER MULTI RUNNER 48ad007a
section_start:1595250051:prepare_executor
Preparing the "docker" executor
Using Docker executor with image gcc ...
Pulling docker image gcc ...
Using docker image sha256:bc5ad1c431b469a4d9b2294782143cd63b3e3c6e78f88a8edd00df50749340af for gcc ...
section_end:1595250061:prepare_executor
section_start:1595250061:prepare_script
Preparing environment
Running on runner-48ad007a-project-368-concurrent-0 via e9d180cb3604...
section_end:1595250064:prepare_script
section_start:1595250064:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/clemo/gameOfLife/.git/
Checking out a8c40f15 as master...
Removing build/

Skipping Git submodules setup
section_end:1595250068:get_sources
section_start:1595250068:step_script
Executing "step_script" stage of the job script
$ make test
rm -fr build
mkdir -p build
gcc -O3 src/gol.c -c -o build/gol.o
gcc -O3 test/test.c build/gol.o -o build/test
./build/test > build/testOutput.txt
diff build/testOutput.txt test/output.txt
section_end:1595250072:step_script
section_start:1595250072:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
build: found 4 matching files and directories      
Uploading artifacts as "archive" to coordinator... ok  id=8550 responseStatus=201 Created token=VRkLAy5d
section_end:1595250077:upload_artifacts_on_success
Job succeeded