diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a411e15a898ca4f5b5e9cb86765912f14d92482a..0c15088b72ce88bad6e265eb0964f851cdbb95d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,7 +126,7 @@ test_debian: - apt-get update - apt-get install -y unzip curl # 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" + - 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