Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
RWTHmoodle
exam-scan
Commits
959c35a8
Commit
959c35a8
authored
Apr 27, 2021
by
Christian Rohlfing
Browse files
Update .gitlab-ci.yml
parent
9cea7dba
Pipeline
#455329
failed with stages
in 5 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
959c35a8
...
...
@@ -29,7 +29,18 @@ build:
test
:
stage
:
test
script
:
-
docker run --name examscan --rm -v $(pwd):$(pwd) -w $(pwd) ${CI_REGISTRY_IMAGE}:latest
w
at
ermark
.py --i pdfs --o out
-
docker run --name examscan --rm -v $(pwd):$(pwd) -w $(pwd) ${CI_REGISTRY_IMAGE}:latest
b
at
ch
.py --i pdfs --o out
artifacts
:
paths
:
-
out/
test-coverage
:
image
:
${CI_REGISTRY_IMAGE}:latest
stage
:
test
script
:
-
pip install pytest pytest-cov
-
pytest --cov=./ tests
-
coverage xml
artifacts
:
reports
:
cobertura
:
coverage.xml
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment