pipeline: test: image: php:7-cli commands: - apt-get update && apt-get install -y make - make test