Loading .gitlab-ci.yml +1 −2 Original line number Original line Diff line number Diff line Loading @@ -11,9 +11,8 @@ services: python: python: stage: check stage: check before_script: - ./manage.sh update_dev_packages script: script: - make install - make test.pep8 - make test.pep8 - make test.pylint - make test.pylint Loading Loading
.gitlab-ci.yml +1 −2 Original line number Original line Diff line number Diff line Loading @@ -11,9 +11,8 @@ services: python: python: stage: check stage: check before_script: - ./manage.sh update_dev_packages script: script: - make install - make test.pep8 - make test.pep8 - make test.pylint - make test.pylint Loading