diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebb2168..2d62624 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,8 @@ stages: - verify variables: - # Use stable clone path instead of runner-specific path - GIT_CLONE_PATH: $CI_BUILDS_DIR/motovaultpro - DEPLOY_PATH: $CI_BUILDS_DIR/motovaultpro + # CI_PROJECT_DIR is where the runner checks out the code + DEPLOY_PATH: $CI_PROJECT_DIR DOCKER_COMPOSE_FILE: docker-compose.yml DOCKER_COMPOSE_PROD_FILE: docker-compose.prod.yml