Skip to content
Snippets Groups Projects
.gitlab-ci.yml 436 B
Newer Older
before_script:
  - module add  python/3.6.1-2-anaconda
  - pip install --user pytest-pythonpath
Venkat Malladi's avatar
Venkat Malladi committed
  - module load nextflow/0.24.1-SNAPSHOT
  - ln -s /project/shared/bicf_workflow_ref/workflow_testdata/chipseq/*fastq.gz test_data/
Venkat Malladi's avatar
Venkat Malladi committed
stages:
  - unit
  - integration

user_configuration:
  stage: unit
  script:
  - pytest -m unit

single_end_mouse:
  stage: integration
  script:
  - nextflow run workflow/main.nf
  - pytest -m integration