diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e235d4b6f3d9760e96ab47995db38dfa517e067..d878e81b2a7349f9dfc98302b576d44c8f5bc346 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,10 @@ stages: # update apt - apt-get update + # store folder + - echo $PWD + - export RUNNER_FOLDER=$PWD + .build_install_wolf_template: &build_install_wolf_definition - if [ -d wolf ]; then - echo "directory wolf exists" @@ -46,9 +50,6 @@ stages: - cd ../.. .build_install_laserscanutils_template: &build_install_laserscanutils_definition - - if [ -d "/usr/local/include/csm" ]; then - - echo "directory /usr/local/include/csm exists" - - fi - if [ -d laser_scan_utils ]; then - echo "directory laser_scan_utils exists" - cd laser_scan_utils