diff --git a/.travis.yml b/.travis.yml index e42b0d6..11d895e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ env: script: # Run the pipeline with the test profile and test remote config - - nextflow run nf-core/hlatyping --custom_config_base ${TRAVIS_BUILD_DIR} -profile test_configs,test,docker + - nextflow run nf-core/hlatyping -r dev --custom_config_base ${TRAVIS_BUILD_DIR} -profile test_configs,test,docker