Skip to content
Snippets Groups Projects
Commit ae74e2fa authored by Benedikt's avatar Benedikt
Browse files

PTB proxy .... :(

parent 991a6f53
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -5,7 +5,7 @@ pytest:
stage: test
image: python:3.8
script:
- pip install -r requirements.txt
- pip install --proxy http://webproxy.bs.ptb.de:8080 -r requirements.txt
- pytest --junitxml=junit.xml
artifacts:
reports:
......@@ -15,7 +15,7 @@ pages:
stage: test
image: python:3.8
script:
- apt-get update && apt-get install -y allure
- http_proxy=http://webproxy.bs.ptb.de:8080 apt-get update && apt-get install -y allure
- allure generate --clean -o allure-report ./allure-results
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment