Skip to content
Snippets Groups Projects

Show unit test reports in Gitlab

Merged Daniel Lyons requested to merge show-unit-test-reports-in-gitlab into 2.8.4-DEVELOPMENT
4 unresolved threads
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -2,8 +2,6 @@
image: ${REGISTRY_URL}/workspaces/${SERVICE_NAME}:${IMAGE_TAG}
script:
- ls -la
- pip3 install --upgrade pip
- pip3 install -r test-requirements.txt
- cd ${PATH_PREFIX}${SERVICE_NAME}
# use the poetry virtual environment and packages
- poetry install --with test
Loading