From 51c804abf3f662aa6658b7cfdeaf1daec23d281a Mon Sep 17 00:00:00 2001 From: s3lph Date: Thu, 2 Aug 2018 20:47:24 +0200 Subject: [PATCH] Added missing python-coverage to testing docker image. --- .gitlab-ci.yml | 2 +- testing/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf02ea3..84bda47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: s3lph/matemat-ci:20180802-01 +image: s3lph/matemat-ci:20180802-02 stages: - test diff --git a/testing/Dockerfile b/testing/Dockerfile index 1c19268..a67d602 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -9,7 +9,7 @@ RUN sed -re 's/stretch/buster/g' -i /etc/apt/sources.list \ && chown matemat:matemat -R /var/matemat/upload \ && apt-get update -qy \ && apt-get install -y --no-install-recommends file sudo openssh-client git docker.io build-essential \ - && python3.7 -m pip install wheel pycodestyle mypy \ + && python3.7 -m pip install coverage wheel pycodestyle mypy \ && rm -rf /var/lib/apt/lists/* WORKDIR /home/matemat