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

CD CI changed to 3.11

parent ae74e2fa
No related branches found
No related tags found
No related merge requests found
Pipeline #27064 passed
...@@ -3,7 +3,7 @@ stages: ...@@ -3,7 +3,7 @@ stages:
pytest: pytest:
stage: test stage: test
image: python:3.8 image: python:3.11
script: script:
- pip install --proxy http://webproxy.bs.ptb.de:8080 -r requirements.txt - pip install --proxy http://webproxy.bs.ptb.de:8080 -r requirements.txt
- pytest --junitxml=junit.xml - pytest --junitxml=junit.xml
...@@ -13,7 +13,7 @@ pytest: ...@@ -13,7 +13,7 @@ pytest:
pages: pages:
stage: test stage: test
image: python:3.8 image: python:3.11
script: script:
- http_proxy=http://webproxy.bs.ptb.de:8080 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 - allure generate --clean -o allure-report ./allure-results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment