Skip to content
Snippets Groups Projects

Fixes the scheduled tests

Merged Gregory Ashton requested to merge fix-scheduled-tests into master
1 file
+ 2
8
Compare changes
  • Side-by-side
  • Inline
+ 2
8
@@ -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
Loading