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: ...@@ -96,14 +96,12 @@ test-debug:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
script: script:
- source /venv/bin/activate
- make test-debug - make test-debug
test-release: test-release:
tags: [ docker ] tags: [ docker ]
stage: test stage: test
script: script:
- source /venv/bin/activate
- make test-release - make test-release
trigger_prepare: 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