Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. unit-tests:
  2. stage: test
  3. before_script:
  4. # Load php image from the build stage
  5. - docker load -i build/symfony-dummy-project-php-fpm/test.tar
  6. script:
  7. - docker run --rm symfony-dummy-project-php-fpm:test bin/phpunit --testsuit unit --testdox
  8. dependencies:
  9. - build-php-fpm-test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement