Skip to content
Snippets Groups Projects
Commit 04846f80 authored by Manuel Marschall's avatar Manuel Marschall
Browse files

fixed gitlab ci

parent 617bd727
No related branches found
No related tags found
No related merge requests found
Pipeline #3749 failed
......@@ -2,9 +2,10 @@ image: "python:3.7"
stages:
- Static Analysis
# - Test
# - upload
# - makepdf
- makepdf
# - Test
# - upload
# - testdoc
# - deploydoc
......@@ -42,17 +43,17 @@ pylint:
- python3 -m pip install --upgrade pylint
- pylint -d C0301 mcutility/*.py
unit_test:
stage: Test
allow_failure: true
script:
- cd Code
- python --version
- pip install -r requirements.txt
- apt-get update -qq && apt-get install -y -qq pandoc
- python3 -m pip install --upgrade pytest pytest-cov
- python3 -m pytest
- python3 -m pytest --cov-report term-missing --cov=mcutility tests/
# unit_test:
# stage: Test
# allow_failure: true
# script:
# - cd Code
# - python --version
# - pip install -r requirements.txt
# - apt-get update -qq && apt-get install -y -qq pandoc
# - python3 -m pip install --upgrade pytest pytest-cov
# - python3 -m pytest
# - python3 -m pytest --cov-report term-missing --cov=mcutility tests/
# pypi:
# stage: upload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment