diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 029a0a558633007b6fd8454b04247d8581079812..207accff69ca1ece46f46ce9ef817d464fcdaa30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,13 @@ before_script: - python --version - pytest --version - pwd - - python swf2userSessions/swf2sessions.py --help - pip3 install networkx +build: + stage: build + script: + - pip3 install . + test: stage: test coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'