Skip to content
Snippets Groups Projects
Commit 23c63a2d authored by Daniel Vonk's avatar Daniel Vonk Committed by Daniel Vonk
Browse files

Update CI script

CD into correct directory in build step
parent b512984b
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!13Add CI System to Sassena and Modernize Build-System
......@@ -26,7 +26,7 @@ build-job: # This job runs in the build stage, which runs first.
image: $CI_REGISTRY/daphne4nfdi/sassena:latest
script:
- cmake --preset=ci .
- cd build
- cd /builds/DAPHNE4NFDI/build
- ninja
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.
Finish editing this message first!
Please register or to comment