Skip to content
Snippets Groups Projects
.gitlab-ci.yml 392 B
before_script:
        - python3 -m pip install -r requirements.txt

cache:
        paths:
                - balibase/
test:
        script:
                - python3 -m unittest alignementseq_tests

test_performance:
        script:
                - python3 -m unittest alignementseq_tests.PerformanceTestCase
        artifacts:
                paths:
                        - timings.png