summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 346c53c83..36119bb5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,8 +28,7 @@ variables:
COVERAGE_PREFIX: "${CI_JOB_NAME}."
before_script:
- - cat /etc/os-release
- - apt-get update && apt-get install -y cython cython3
+ - pip install cython
#####################################################
# Test stage #