Skip to content
Snippets Groups Projects
Commit ae3b8c26 authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Pipeline: install the source code

parent 92b7f32c
No related branches found
No related tags found
2 merge requests!29Preparation for release 1.1.0: fixes and test for pages,!28Merge to circumvent issues
Pipeline #45463 failed
...@@ -48,6 +48,7 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -48,6 +48,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- echo "Compiling the code..." - echo "Compiling the code..."
- pip install .
- echo "Compile complete." - echo "Compile complete."
......
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