ci: Move run-docker-tests to free runner

Removed the Docker installation step as that's preinstalled in free
runners.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo
2024-07-02 23:09:34 +00:00
parent 743a765525
commit c0919d6f45
2 changed files with 1 additions and 5 deletions

View File

@@ -17,8 +17,6 @@ image="${image:-instrumentisto/nmap:latest}"
function install_dependencies() {
info "Installing the dependencies needed for running the docker smoke test"
install_docker
sudo -E docker pull "${image}"
}