Skip to content
Snippets Groups Projects
Commit 9ac589cb authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

PIPELINE: Remove venv sourcing

This should be done by the Docker image
parent 47f2e3de
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!57Fix deprecations + updates
Pipeline #55337 failed
......@@ -96,14 +96,12 @@ test-debug:
tags: [ docker ]
stage: test
script:
- source /venv/bin/activate
- make test-debug
test-release:
tags: [ docker ]
stage: test
script:
- source /venv/bin/activate
- make test-release
trigger_prepare:
......
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