An error occurred while loading the file. Please try again.
-
Virgile Gerecke authored145826a2
This GitLab CI configuration is valid.
Learn more
.gitlab-ci.yml 166 B
stages:
- test
unittest:
stage: test
tags:
- python3.5
script:
- pip3 install -r requirements.txt
- python3 verify.py
- python3 display.py