diff --git a/.drone.yml b/.drone.yml index 7b616e71..9a8850fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,4 +3,4 @@ build: volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - - ./scripts/ci + - dapper ci diff --git a/scripts/ci b/scripts/ci index 335b197a..4f83609d 100755 --- a/scripts/ci +++ b/scripts/ci @@ -8,3 +8,4 @@ cd $(dirname $0) #./validate ./prepare ./package +./integration-test