Skip to content
Snippets Groups Projects
Commit e62a936b authored by MihaelaZavolan's avatar MihaelaZavolan
Browse files

Use nextflow image in ci.yml

parent 0411ae5d
No related branches found
No related tags found
1 merge request!11Wrapper
Pipeline #13611 failed
image: python:3.9-slim-buster
stages:
- qc
- test
qc_1:
stage: qc
image: python:3.9-slim-buster
before_script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -e .
script:
- flake8 src/ setup.py
- coverage run --source src/ -m pytest
......@@ -20,16 +17,7 @@ qc_1:
test_1:
stage: test
before_script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -e .
- apt update -y
- apt install wget -y
- wget -qO- https://get.nextflow.io | bash
- nextflow self-update
image: nextflow/nexflow:21.10.3
script:
- nextflow main.nf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment