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