diff --git a/gitlab-pipeline/stage/test.yml b/gitlab-pipeline/stage/test.yml index 955bbae7..1497d156 100644 --- a/gitlab-pipeline/stage/test.yml +++ b/gitlab-pipeline/stage/test.yml @@ -181,9 +181,9 @@ test:backend-integration:azblob:enterprise: before_script: # Default value, will later be overwritten if successful - echo "failure" > /JOB_RESULT.txt + + # Make sure docker interacts with dockerd via socket - unset DOCKER_HOST - - unset DOCKER_TLS_VERIFY - - unset DOCKER_CERT_PATH # Make sure the /dev/kvm device is readable and writable by everyone - chmod o+rw /dev/kvm