summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test-docker.sh')
-rwxr-xr-x.gitlab-ci/test-docker.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index 964a3674..dcf4636b 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -22,8 +22,7 @@ export PYTHONDEVMODE=1
mkdir -p "${CCACHE_DIR}"
mkdir -p "${COV_DIR}"
-python -m pip install git+https://github.com/pygobject/pycairo.git
-python -m pip install flake8 pytest pytest-faulthandler coverage
+python -m pip install pycairo flake8 pytest pytest-faulthandler coverage
export CFLAGS="-coverage -ftest-coverage -fprofile-arcs -Werror"