diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cd73c4..8069033 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,12 +10,3 @@ test:pylama: script: pylama . -test:pytest: - stage: test - only: - - master - - develop - before_script: - - pip install -r requirements.txt - script: - pytest .