diff --git a/.travis.yml b/.travis.yml index fbc0ca4f..44426f53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ cache: ## Spin up glitlab instance and sleep for 60 seconds before_script: ## Give travis permissions to use this file - - chmod +x docker-endpoint.sh + - chmod +x docker-entrypoint.sh ## Spin up container - docker-compose -f docker-compose.test.yml up