diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aae7e4183..eaa439de9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,14 +16,6 @@ stages: - build-doc - deploy-doc - - -test:php-7.1: - stage: test - <<: *test_definition - image: chill/ci-image:php-7.1 - script: APP_ENV=test vendor/bin/phpunit - test:php-7.2: stage: test <<: *test_definition