Skip to content
Snippets Groups Projects
Commit cbc061b6 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

te

parent 7ba02f52
Branches
Tags
No related merge requests found
......@@ -130,9 +130,10 @@ test_debian:
- echo $DEPLOY_ARTIFACT_TOKEN > lol
# get debian image
- '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"'
- cat debian_artifacts.zip
- unzip debian_artifacts.zip
- set +e
- dpkg -i debian/linkahead/linkahead_*.deb
- set -e
- apt-get install -f
- python3 -m pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment