Skip to content

Commit

Permalink
Changed name of test instance in gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Apr 10, 2024
1 parent fdcb232 commit 56e0018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56e0018

Please sign in to comment.