Commit f10e7e1a authored by Tobias Munk's avatar Tobias Munk

added missing rm

parent 3e09429e
Pipeline #19241 passed with stages
in 2 minutes and 27 seconds
......@@ -54,7 +54,7 @@ test:php:allow-fail:
stage: php-test
script:
- cd php-7.0
- docker run ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; composer diagnose'
- docker run --rm ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; 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