Skip to content
Snippets Groups Projects
Commit aa630c3c authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Add back in schedule and remove standard tests

parent 03dc17bb
No related branches found
No related tags found
1 merge request!408Fixes the scheduled tests
Pipeline #54121 passed
......@@ -77,17 +77,11 @@ python-3.7:
scheduled-python-3.7:
stage: test
image: bilbydev/bilby-test-suite-python37
#only:
#- schedules
only:
- schedules
script:
- python setup.py install
# Run pyflakes
- flake8 .
# Run tests
- pytest
# Run tests which are only done on schedule
- pytest test/example_test.py
- pytest test/gw_example_test.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment