[skip ci] fix dir for local gitlab-runner

This commit is contained in:
ansgarz 2021-12-09 13:35:23 +01:00
parent d34af06c4a
commit 6871e48176
2 changed files with 4 additions and 2 deletions

View file

@ -79,7 +79,7 @@ See https://stackoverflow.com/questions/32933174/use-gitlab-ci-to-run-tests-loca
`docker run -d --name gitlab-runner --restart always -v $PWD:$PWD -v /var/run/docker.sock:/var/run/docker.sock gitlab/gitlab-runner:latest`
`docker exec -it -w $PWD gitlab-runner gitlab-runner exec docker nextcloud-integrationtest`
`docker exec -it -w $PWD gitlab-runner gitlab-runner exec docker nextcloud-integrationtest --docker-privileged --docker-volumes '/var/run/docker.sock:/var/run/docker.sock'`
# TODO

View file

@ -75,5 +75,7 @@ kubectl get pods
echo ========================================================
pwd
#cd /c4k-nextcloud/src/test/resources/local-integration-test && ./setup-local-s3-on-k3d.sh
cd /builds/domaindrivenarchitecture/c4k-nextcloud/src/test/resources/local-integration-test && ./setup-local-s3-on-k3d.sh
cd ./c4k-nextcloud/src/test/resources/local-integration-test && ./setup-local-s3-on-k3d.sh