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: