diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffb666b82d46ce4311f4cb48b9172b25989165bc..4b38a6c68ccc205393301b04cbee2d9221357cdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,15 +30,6 @@ stages: reports: junit: "reports/junit*.xml" -test-py3.5: - image: docker.km3net.de/base/python:3.5 - stage: test - script: - - *virtualenv_definition - - make test - <<: *junit_definition - allow_failure: true - test-py3.6: image: docker.km3net.de/base/python:3.6 stage: test