From c4f96fbfc4c30384bcf658aa5ac38c9e3346f029 Mon Sep 17 00:00:00 2001 From: Mathieu Lagace Date: Fri, 5 Apr 2019 12:05:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5249b098..185c71f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: