diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-08-13 17:00:15 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-08-13 17:00:15 +0200 |
commit | 1414eb3ee3f28ae05c835032f5875908f6ce6a91 (patch) | |
tree | 9d2ff37e300f2b2d8fb531e7b5c63e5baec8c03f /.gitlab-ci.yml | |
parent | 7a3216f2832f452dbcd79fee3cfcea2306e0c55b (diff) |
GitLab CI: Missing dependencies, as usual
Diffstat (limited to '.gitlab-ci.yml')
-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 4ae7840..cfad73f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ test: stage: test script: - apt-get update -qy - - apt-get install -y python3-dev python3-coverage python3-numpy python3-scipy python3-pytest python3-sklearn python3-yaml wget + - apt-get install -y python3-dev python3-coverage python3-numpy python3-scipy python3-pytest python3-pytest-cov python3-sklearn python3-yaml wget - mkdir test-data - wget -qO test-data/20161221_123347_mmparam.tar https://lib.finalrewind.org/energy-models/20161221_123347_mmparam.tar - wget -qO test-data/20170116_124500_LM75x.tar https://lib.finalrewind.org/energy-models/20170116_124500_LM75x.tar |