Skip to content

Commit f10e7e1

Browse files
committed
added missing rm
1 parent 3e09429 commit f10e7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test:php:allow-fail:
5454
stage: php-test
5555
script:
5656
- cd php-7.0
57-
- docker run ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; composer diagnose'
57+
- docker run --rm ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; composer diagnose'
5858
allow_failure: true
5959
except:
6060
- tags

0 commit comments

Comments
 (0)