diff --git a/JenkinsfileRT b/JenkinsfileRT index 4e6522841..7e5d82bac 100644 --- a/JenkinsfileRT +++ b/JenkinsfileRT @@ -25,8 +25,7 @@ bc1.conda_packages = ['python=3.9'] bc1.build_cmds = ["pip install numpy astropy codecov pytest-cov ci-watson==0.5", "pip install --upgrade -e '.[test]'", "pip freeze"] -//bc1.test_cmds = ["pytest --cov=./ --basetemp=tests_output --bigdata", -bc1.test_cmds = ["pytest --basetemp=/tests_output -s -v -m "not bigdata", +bc1.test_cmds = ["pytest --cov=./ --basetemp=tests_output --bigdata", "codecov"] bc1.test_configs = [data_config]