Skip to content
Snippets Groups Projects
.gitlab-ci.yml 383 B
Newer Older
image: snakemake/snakemake:v5.9.1

before_script:
  - pip install biopython==1.76

test:
  script:
Alex Kanitz's avatar
Alex Kanitz committed
    # add code quality tests here
    # add unit tests here
    # add script tests here
    - bash tests/test_scripts_labkey_to_snakemake/test.sh
Alex Kanitz's avatar
Alex Kanitz committed
    # add integration tests here
    - bash tests/test_create_dag_chart/test.sh
    - bash tests/test_integration_workflow/test.local.sh