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

- fix: apt update required before any package installations

parent 16141002
No related branches found
No related tags found
No related merge requests found
...@@ -115,5 +115,6 @@ test-install-debian-job: ...@@ -115,5 +115,6 @@ test-install-debian-job:
tags: tags:
- "docker" - "docker"
script: script:
- apt update
- apt install -y ./verapdf*.deb - apt install -y ./verapdf*.deb
- ${INSTALL_PATH_VERAPDF_DEB}/verapdf --version | grep "${VERAPDF_VERSION}" - ${INSTALL_PATH_VERAPDF_DEB}/verapdf --version | grep "${VERAPDF_VERSION}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment