Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
dfd9d965
Commit
dfd9d965
authored
3 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
use python docker image in CI
parent
051b881c
No related branches found
No related tags found
1 merge request
!28
Use Python docker image in CI
Pipeline
#30072
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
dfd9d965
image
:
python
stages
:
-
build
-
deploy
...
...
@@ -5,7 +7,6 @@ stages:
check
:
stage
:
build
before_script
:
-
apt-get update && apt-get install -y python3 python3-pip
-
pip3 install black numpy
script
:
-
black . --check
...
...
@@ -14,7 +15,6 @@ check:
documentation
:
stage
:
build
before_script
:
-
apt-get update && apt-get install -y python3 python3-pip
-
pip3 install sphinx numpy
script
:
-
export PYTHONPATH="."
...
...
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