use image name from compose file (v2 syntax)

Status Job ID Name Coverage
  Build
passed #27692
build

00:00:08

 
  Test Pre
failed #27693
allowed to fail
lint

00:00:30

 
  Test
failed #27696
test

00:00:06

 
  Report
passed #27697
report

00:00:01

 
  Cleanup
passed #27698
cleanup

00:00:07

 
Name Stage Failure
failed
lint Test Pre There is an unknown failure, please try again
docker run --rm -v "${PWD}/build/scripts/deploy.sh:/tmp/FileToBeChecked" chrisdaish/shellcheck || EXIT_CODE=1
docker run --rm -v "${PWD}/build/scripts/requirements.sh:/tmp/FileToBeChecked" chrisdaish/shellcheck || EXIT_CODE=1

set +v
$ set -e
$ cp -r tests/_metrics/ /tmp/${BUILD_PREFIX}/${CI_BUILD_NAME} || EXIT_CODE=$?
$ exit ${EXIT_CODE}

ERROR: Build failed with: wait: no child processes
failed
test Test There is an unknown failure, please try again
Pulling tester (local/myapp/php:buildref75658e478ab63ca9277999b9f61dda16bd02858bmaster)...
Pulling repository docker.io/local/myapp/php
Error: image local/myapp/php not found
make: *** [up] Error 1
$ set -e
$ cp -r tests/codeception/_output/ /tmp/${BUILD_PREFIX}/${CI_BUILD_NAME}
$ exit ${EXIT_CODE}

ERROR: Build failed with: exit status 2