diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f902429d..292dfb14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ test: script: - apt-get update -qy - - apt-get install -y python-dev python-pip tor - - pip install -r requirements.txt + - apt-get install -y python3-dev python3-pip tor + - pip3 install -r requirements.txt - make test \ No newline at end of file