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

PIPELINE: Add sourcing of venv to gitlab ci

parent 53c19fdb
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!57Fix deprecations + updates
Pipeline #55284 failed
Pipeline: caosdb-cppinttest

#55285

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