Skip to content
Snippets Groups Projects
Commit d2d79644 authored by Christoph Harmel's avatar Christoph Harmel
Browse files

fix: build stage in CI

parent 6bb2c59a
No related branches found
No related tags found
1 merge request!31Ci
Pipeline #14857 failed
...@@ -11,7 +11,8 @@ stages: # List of stages for jobs, and their order of execution ...@@ -11,7 +11,8 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- pip install requirements.txt requirements-dev.txt - pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install -e . - pip install -e .
unit-test-job: # This job runs in the test stage. unit-test-job: # This job runs in the test stage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment