diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea0fcd2c6487d12d590b40027272f7d25dadf384..7328f8221511f98e971c58189fa612064fbe5333 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ build-release-shared: - make install artifacts: paths: - - $INSTALL_PATH + - ../.local build-release-static: @@ -65,7 +65,7 @@ build-release-static: - make install artifacts: paths: - - $INSTALL_PATH + - ../.local run-func-tests-shared: stage: run.functional.tests