diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f08f851..74c7246 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ test:mypy: test:nose: script: + - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt --quiet - pip install nose