Update .gitlab-ci.yml

This commit is contained in:
Mathieu Lagace
2019-04-05 12:05:11 +00:00
parent 75a4a0a080
commit c4f96fbfc4

View File

@@ -20,13 +20,6 @@ build_stage:
- chmod -R 777 bootstrap
- composer update
test_stage:
stage: test
script:
- curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
- chmod +x /usr/local/bin/phpunit
- phpunit --configuration phpunit.xml
deploy_697:
stage: deploy
only: