From 253d0627d85e03f62bc00456e21e968dea677f61 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Tue, 17 May 2022 08:18:41 +0100 Subject: [PATCH] ci: nose tests still need a config file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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