diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb5731b7ddbac0999fbf95a3887a986e759b4e78..3fa0cc265379fa75f3c7dc4192c3e8b4fe3c8566 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ test_style: test_function: stage: test image: continuumio/miniconda3:latest + before_script: [] script: # Execute all tests and also check coverage with --cov: - python setup.py test --addopts "--cov"