diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fdc9c7ef2de895a5ef01322ccaba6921ba6f96f..a411e15a898ca4f5b5e9cb86765912f14d92482a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,7 +125,8 @@ test_debian: fi - apt-get update - apt-get install -y unzip curl - - curl --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN" --location --output debian_artifacts.zip "https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts" + # get debian image + - curl --header "PRIVATE-TOKEN: $DEPLOY_ARTIFACT_TOKEN" --location --output debain_artifacts.zip "https://gitlab.indiscale.com/api/v4/projects/14/jobs/$DEBIAN_PACKAGE_JOB/artifacts" - unzip debian_artifacts.zip - dpkg -i debian/linkahead/linkahead_*.deb - apt-get install -f