Skip to content
Snippets Groups Projects
Commit dee0c637 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- added package install test job

parent eb72a6b2
No related branches found
No related tags found
No related merge requests found
Pipeline #5002 failed
......@@ -6,6 +6,7 @@ stages: # List of stages for jobs, and their order of execution
- build
- test
- package
- install
.build-env-job:
stage: build
......@@ -85,4 +86,14 @@ package-debian-job:
artifacts:
paths:
# package name: validate-workflows_[VERSION]-[REVISION]_[ARCHITECTURE].deb
- "*.deb"
\ No newline at end of file
- "*.deb"
install-debian-job:
stage: install
timeout: 5m
image:
name: "${IMAGE_TARGET_DEB}:latest"
tags:
- "docker"
script:
- apt install ./validate-workflows*.deb
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment