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: variables:
DOCKERFILE_DEB: "${CI_PROJECT_DIR}/gitlab-ci/Dockerfile_DEB" DOCKERFILE_DEB: "${CI_PROJECT_DIR}/gitlab-ci/Dockerfile_DEB"
IMAGE_TARGET_DEB: "${CI_REGISTRY_IMAGE}/debian12_validate_workflows_build_env" 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 stages: # List of stages for jobs, and their order of execution
- build-env - build-env
...@@ -89,12 +90,15 @@ package-debian-job: ...@@ -89,12 +90,15 @@ package-debian-job:
# package name: validate_workflows_[VERSION]-[REVISION]_[ARCHITECTURE].deb # package name: validate_workflows_[VERSION]-[REVISION]_[ARCHITECTURE].deb
- "*.deb" - "*.deb"
install-debian-job: test-install-debian-job:
stage: test-package stage: test-package
timeout: 5m timeout: 5m
image: image:
name: "${IMAGE_TARGET_DEB}:latest" # HINT: debian base image to simulate an installation target
name: "${IMAGE_BASE_DEB}"
tags: tags:
- "docker" - "docker"
script: script:
- apt install -y ./validate_workflows*.deb - apt update
\ No newline at end of file - 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