Skip to content
Snippets Groups Projects
.gitlab-ci.yml 183 B
before_script:
  - apt-get update

test-3.4:
  image: mmpe/wetb
  script:
  #- python3 setup.py test
   - python3 -m coverage run ./tests/run_pytest.py
   - python3 -m coverage report