Skip to content
Snippets Groups Projects
Verified Commit 7a5fbfa9 authored by nd's avatar nd
Browse files

write more debug output in ci script

parent 82679f85
No related branches found
No related tags found
No related merge requests found
image: registry.git.cccv.de/infra/uffd/docker-images/buster image: registry.git.cccv.de/infra/uffd/docker-images/buster
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
before_script: before_script:
- python3 -V - python3 -V
- lsb_release -a - lsb_release -a
- uname -a - uname -a
- python3 -m pylint --version
- python3 -m coverage --version
linter: linter:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment