diff --git a/.gitlab/ci/_global.gitlab-ci.yml b/.gitlab/ci/_global.gitlab-ci.yml index d543cc31676d023d0b7b0469bda4c1a81a2f832c..3daa080b7f40150589c17e5471de8b10a247af4d 100644 --- a/.gitlab/ci/_global.gitlab-ci.yml +++ b/.gitlab/ci/_global.gitlab-ci.yml @@ -20,5 +20,5 @@ workflow: default: image: nvidia/cuda:12.2.0-devel-ubuntu22.04 before_script: - - apt update -qq # -qq is for quiet/silent - - apt install -qq -y cmake cppcheck python-is-python3 pip git gcovr unzip curl + - apt -qq update # -qq is for quiet/silent + - apt -qq install -y cmake cppcheck python-is-python3 pip git gcovr unzip curl diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index f8fee83112a69957499c419a3da7764d65a0ad32..b299e109f4a6cb0e17ffb45dfdedb25217864d6e 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -12,7 +12,7 @@ build:ubuntu_cpp: - DEPENDENCY_NAME="aidge_core" - DEPENDENCY_JOB="build:ubuntu_cpp" # - !reference [.download_dependency, script] - - apt-get install -y jq + - apt-get -qq install -y jq - BRANCH_TO_PULL="dev" # default branch # Check if a branch with the same name exist on the dependance repository - >