Skip to content
Snippets Groups Projects
Commit 65353214 authored by Christoph Knote's avatar Christoph Knote
Browse files

Oder so?

parent 432c3bae
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,6 @@ before_script:
- pip install poetry
- pip install numpy
- pip install coverage
- poetry install
- source `poetry env info --path`/bin/activate
stages:
- build_package
......@@ -20,7 +18,8 @@ build_package:
test:
stage: testing
needs: [build_package]
script:
script:
- poetry install
- source `poetry env info --path`/bin/activate
- make
......
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