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

- changed package test

parent 96572985
Branches
No related tags found
No related merge requests found
variables:
DOCKERFILE_DEB: "${CI_PROJECT_DIR}/gitlab-ci/Dockerfile_DEB"
IMAGE_TARGET_DEB: "${CI_REGISTRY_IMAGE}/debian12_validate_workflows_build_env"
IMAGE_BASE_DEB: "sdvharbor.slub-dresden.de/replication/debian:bookworm-slim"
stages: # List of stages for jobs, and their order of execution
- build-env
......@@ -89,12 +90,15 @@ package-debian-job:
# package name: validate_workflows_[VERSION]-[REVISION]_[ARCHITECTURE].deb
- "*.deb"
install-debian-job:
test-install-debian-job:
stage: test-package
timeout: 5m
image:
name: "${IMAGE_TARGET_DEB}:latest"
# HINT: debian base image to simulate an installation target
name: "${IMAGE_BASE_DEB}"
tags:
- "docker"
script:
- apt install -y ./validate_workflows*.deb
\ No newline at end of file
- apt update
- apt install -y ./validate_workflows*.deb
- validate_workflow.sh -h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment