Hello all, I am currently setting me up a pipeline for our PHP project and for its purposes I am using
`
image: phpunit/phpunit:6.5.3
`
as a base image.
Thereafter, I am running the following minimum script:
`
pipelines:
branches: # Pipelines that run automatically on a commit to a branch
staging:
- step:
script:
- phpunit -c phpunit.xml
`
but getting the following error message:
`Cannot open file "/opt/atlassian/pipelines/agent/build/vendor/autoload.php".`
Any ideas would be more than helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.