kind: pipeline type: docker name: test steps: - name: composer image: composer:latest commands: - composer install