diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d636540..d290376 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: docker:latest +variables: + DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "" + services: - docker:dind @@ -33,4 +37,4 @@ test: script: - make run-test-nlu - make run-test-core - - make test-actions \ No newline at end of file + - make test-actions