Commit f2a5271c authored by Tobias Munk's avatar Tobias Munk

updated test job

parent 54218c6d
Pipeline #65212 passed with stages
in 36 seconds
......@@ -38,8 +38,7 @@ test:php:
test:php:allow-fail:
stage: test
script:
- cd php
- docker run --rm ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; composer diagnose'
- docker run --rm ${STACK_PHP_IMAGE} sh -c 'composer diagnose'
allow_failure: true
except:
- tags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment