Skip to content
Snippets Groups Projects
Commit 2171db22 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fix paths

parent 6b2d6cfa
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ dvcs:process:
timeout: 1 hour
needs: ["detector"]
script:
- bash dvcs/dvcs.sh
- bash benchmarks/dvcs/dvcs.sh
artifacts:
paths:
- results
......
......@@ -10,7 +10,7 @@
## =============================================================================
## make sure we launch this script from the project root directory
PROJECT_ROOT="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/..
PROJECT_ROOT="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/../..
pushd ${PROJECT_ROOT}
echo "Running the DVMP benchmarks"
......
......@@ -11,7 +11,7 @@
## =============================================================================
## make sure we launch this script from the project root directory
PROJECT_ROOT="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/..
PROJECT_ROOT="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/../..
pushd ${PROJECT_ROOT}
## =============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment