diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 16:14:54 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-09-10 16:14:54 +0200 |
commit | 0058d62f499c91c62b4c9b198118ac3a5e63f6e8 (patch) | |
tree | f75ee13f7814f4199595e588ccdc43ade559b4b6 | |
parent | bdb22167df5b2c98e8b5a504eaf5fc4d16f4561a (diff) |
fix kconfiglib inclusion in tests
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95d5dc2..de48852 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ run_tests: - wget -qO test-data/20190815_103347_nRF24_no-rx.json https://lib.finalrewind.org/energy-models/20190815_103347_nRF24_no-rx.json - wget -qO test-data/20190815_111745_nRF24_no-rx.json https://lib.finalrewind.org/energy-models/20190815_111745_nRF24_no-rx.json - wget -qO test-data/20190815_122531_nRF24_no-rx.json https://lib.finalrewind.org/energy-models/20190815_122531_nRF24_no-rx.json - - pytest-3 --cov=lib + - PYTHONPATH=lib pytest-3 --cov=lib - python3-coverage html artifacts: paths: |