Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python_DSI_Parser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Benedikt
python_DSI_Parser
Commits
6dccf877
Commit
6dccf877
authored
1 year ago
by
Benedikt
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file to use *%&$%&//&%&/* Proxy
parent
721304df
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#27355
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-2
10 additions, 2 deletions
.gitlab-ci.yml
with
10 additions
and
2 deletions
.gitlab-ci.yml
+
10
−
2
View file @
6dccf877
...
@@ -4,8 +4,12 @@ stages:
...
@@ -4,8 +4,12 @@ stages:
pytest
:
pytest
:
stage
:
test
stage
:
test
image
:
python:3.11
image
:
python:3.11
before_script
:
-
export HTTP_PROXY="http://webproxy.bs.ptb.de:8080"
-
export HTTPS_PROXY="http://webproxy.bs.ptb.de:8080"
-
export NO_PROXY="*.ptb.de"
script
:
script
:
-
pip install --proxy
http://webproxy.bs.ptb.de:8080
-r requirements.txt
-
pip install --proxy -r requirements.txt
-
pytest --junitxml=junit.xml
-
pytest --junitxml=junit.xml
artifacts
:
artifacts
:
reports
:
reports
:
...
@@ -14,8 +18,12 @@ pytest:
...
@@ -14,8 +18,12 @@ pytest:
pages
:
pages
:
stage
:
test
stage
:
test
image
:
python:3.11
image
:
python:3.11
before_script
:
-
export HTTP_PROXY="http://webproxy.bs.ptb.de:8080"
-
export HTTPS_PROXY="http://webproxy.bs.ptb.de:8080"
-
export NO_PROXY="*.ptb.de"
script
:
script
:
-
http_proxy=http://webproxy.bs.ptb.de:8080
apt-get update && apt-get install -y allure
-
apt-get update && apt-get install -y allure
-
allure generate --clean -o allure-report ./allure-results
-
allure generate --clean -o allure-report ./allure-results
artifacts
:
artifacts
:
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment