From 3adf309670b47a2264c9096b3ab9edfaf186b1a4 Mon Sep 17 00:00:00 2001 From: gregkub <gregoire.kubler@proton.me> Date: Fri, 4 Oct 2024 12:05:20 +0200 Subject: [PATCH] fix: missing docker in release jobs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0ce84f..9737214 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,8 @@ release:pip:ubuntu: - DEPS_NAMES=("aidge_core" "aidge_backend_cpu" "aidge_onnx") - DEPENDENCY_JOB="build:ubuntu_python" - !reference [.ubuntu:download:repositories, script] # located in common.gitlab-ci.yml + - curl -sSL https://get.docker.com/ | sh + release:pip:windows: before_script: -- GitLab