|
@@ -7,8 +7,9 @@ pipeline:
|
|
|
image: debian:9.0
|
|
|
commands:
|
|
|
- echo "Acquire::http::Proxy \"http://200.50.168.30:3142\";" | tee /etc/apt/apt.conf.d/00aptproxy
|
|
|
- - apt-get update && apt-get install -yq git curl graphicsmagick php-cli php-curl php-mbstring php-imagick php-xml
|
|
|
+ - apt-get update && apt-get install -yq git curl imagemagick php-cli php-curl php-mbstring php-imagick php-xml
|
|
|
- env
|
|
|
- pwd
|
|
|
- ls -lash
|
|
|
+ - find /
|
|
|
- cd behat/testScreenshot ; php ./vendor/bin/codecept run --steps tests/acceptance/
|