Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
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
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Merge requests
!327
[Fix] Update for Docker Images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
[Fix] Update for Docker Images
holzer/pystencils:SmallFixes
into
master
Overview
4
Commits
12
Pipelines
11
Changes
1
Closed
Markus Holzer
requested to merge
holzer/pystencils:SmallFixes
into
master
2 years ago
Overview
4
Commits
12
Pipelines
11
Changes
1
Expand
Due to an update of the docker images minor changes are required for the CI
0
0
Merge request reports
Viewing commit
f4841ead
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f4841ead
test
· f4841ead
Markus Holzer
authored
2 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -21,7 +21,7 @@ tests-and-coverage:
-
mkdir -p ~/.config/matplotlib
-
echo "backend:template" > ~/.config/matplotlib/matplotlibrc
-
mkdir public
-
py.test -v -n $NUM_CORES --cov-report html --cov-report term --cov=. -m "not longrun" --html test-report/index.html --junitxml=report.xml
-
py.test -v -n $NUM_CORES --cov-report html --cov-report
xml --cov-report
term --cov=. -m "not longrun" --html test-report/index.html --junitxml=report.xml
-
python3 -m coverage xml
tags
:
-
docker
Loading