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

test

parent 9d3a6b2d
No related branches found
No related tags found
No related merge requests found
...@@ -125,12 +125,11 @@ test_debian: ...@@ -125,12 +125,11 @@ test_debian:
fi fi
- apt-get update - apt-get update
- apt-get install -y unzip curl - apt-get install -y unzip curl
# 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"
- unzip debian_artifacts.zip - unzip debian_artifacts.zip
- dpkg -i debian/linkahead/linkahead_*.deb - dpkg -i debian/linkahead/linkahead_*.deb
- apt-get install -f - apt-get install -f
- python3 -m pytest - python3 -m pytest
dependencies: [cert] dependencies: [cert]
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment