diff --git a/.drone.yml b/.drone.yml index 0d2da04..44c6321 100755 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,6 @@ type: docker name: "test" steps: - name: test - image: bash + image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest commands: - echo 'Run tests'