Skip to content
Snippets Groups Projects
Commit 12d2d666 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Fix path to files

parent 8703a5a5
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -81,7 +81,7 @@ stages:
stage: build
script:
- export CMAKE_PREFIX_PATH="$CI_PROJECT_DIR/dune-copasi-install"
- ./dune-copasi/.ci/install /duneci/dune.opts
- ./.ci/install /duneci/dune.opts
artifacts:
paths:
- $CI_PROJECT_DIR/dune-copasi-install
......@@ -92,7 +92,7 @@ stages:
image: ${DEPENDENCIES_IMAGE}
stage: unit_tests
script:
- ./dune-copasi/.ci/unit_tests /duneci/dune.opts
- ./.ci/unit_tests /duneci/dune.opts
artifacts:
paths:
- test/build-cmake
......@@ -104,7 +104,7 @@ stages:
image: ${DEPENDENCIES_IMAGE}
stage: system_tests
script:
- ./dune-copasi/.ci/system_tests /duneci/dune.opts
- ./.ci/system_tests /duneci/dune.opts
artifacts:
paths:
- cd ..
......
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