diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5be4e2d0..3b9fed69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ pytest-doctest: - python setup.py install - pytest --doctest-modules tomotools/ --ignore=tomotools/tomotools/tests/test_datasets.py -pytest-doctest: +pytest-unit-tests: stage: test script: - pytest tomotools/tomotools/tests/ --ignore=tomotools/tomotools/tests/test_datasets.py