From 4010d969ee52e04de6c148c6a981ab6def5cfa89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A8=20Jo=C3=ABl=20Pozzan?= <noe.pozzan@stud.unibas.ch> Date: Fri, 24 Dec 2021 12:21:09 +0100 Subject: [PATCH] CI --- .gitlab-ci.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14897dc..122abbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,36 +1,8 @@ stages: - - qc - test -qc_1: - image: python:3.9-slim-buster - stage: qc - - 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 - - coverage report --fail-under=100 - - mypy src/ - -test_1: - image: python:3.9-slim-buster - stage: test - - before_script: - - pip install -r requirements.txt - - pip install -r requirements_dev.txt - - pip install -e . - - script: - - python -m pytest - -test_2: +test_nextflow: image: nextflow/nextflow:21.10.6 stage: test script: -- GitLab