diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87eef106f08329970815e0813503257b86b0b5f9..1432af75bbb224b56f0dd396091815b31cf90fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,14 +7,14 @@ cache: paths: - vendor/ -unit-tests: - stage: tests - script: - - composer install --no-interaction --no-suggest --no-progress - - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never - artifacts: - paths: - - coverage.txt +#unit-tests: +# stage: tests +# script: +# - composer install --no-interaction --no-suggest --no-progress +# - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never +# artifacts: +# paths: +# - coverage.txt update-satis: stage: publish