diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37b98d47263bb7b3a333e0d425aa9ce8d263530d..3a8f6cb080013e40fd61279e6be21b24b08fbb39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,9 +32,6 @@ test_7.0: - find . -type "f" -iname "*.php" | xargs -L "1" php -l - phpcs -n - phpunit - artifacts: - reports: - junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml test_7.1: image: containers.ethitter.com:443/docker/images/php:7.1 @@ -44,9 +41,6 @@ test_7.1: - find . -type "f" -iname "*.php" | xargs -L "1" php -l - phpcs -n - phpunit - artifacts: - reports: - junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml test_7.2: image: containers.ethitter.com:443/docker/images/php:7.2 @@ -56,6 +50,3 @@ test_7.2: - find . -type "f" -iname "*.php" | xargs -L "1" php -l - phpcs -n - phpunit - artifacts: - reports: - junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml