Tag != Tags

This commit is contained in:
Daniel Mason 2019-05-31 11:49:08 +12:00
parent 4a396bdb78
commit d76fd1a7e0

View File

@ -21,7 +21,7 @@ test:7.0:
- *docker_boostrap
script:
- phpunit --configuration phpunit.xml.dist
tag:
tags:
- docker
# Test PHP 7.2
@ -31,7 +31,7 @@ test:7.1:
- *docker_boostrap
script:
- phpunit --configuration phpunit.xml.dist
tag:
tags:
- docker
# Test PHP 7.2
@ -41,5 +41,5 @@ test:7.2:
- *docker_boostrap
script:
- phpunit --configuration phpunit.xml.dist
tag:
tags:
- docker