Skip to content
Snippets Groups Projects
Commit 541ac218 authored by Vanessa Stehr's avatar Vanessa Stehr
Browse files

Update .gitlab-ci.yml file, fix typo in pip command

parent 6dccf877
No related branches found
No related tags found
No related merge requests found
Pipeline #27356 passed
...@@ -9,7 +9,7 @@ pytest: ...@@ -9,7 +9,7 @@ pytest:
- export HTTPS_PROXY="http://webproxy.bs.ptb.de:8080" - export HTTPS_PROXY="http://webproxy.bs.ptb.de:8080"
- export NO_PROXY="*.ptb.de" - export NO_PROXY="*.ptb.de"
script: script:
- pip install --proxy -r requirements.txt - pip install -r requirements.txt
- pytest --junitxml=junit.xml - pytest --junitxml=junit.xml
artifacts: artifacts:
reports: reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment