.gitlab-ci.yml - fixed artifact path

This commit is contained in:
Oscar Krause 2022-12-27 10:19:35 +01:00
parent 1e84e141df
commit 5d48f6b7d5
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ build:debian:
artifacts:
expire_in: 1 week
paths:
- build.deb
- build/build.deb
build:docker:
image: docker:dind
@ -66,7 +66,7 @@ test:debian:
- apt-get update -qq && apt-get install -qq -y jq # systemd
script:
# test installation
- apt-get install -q -y ./build.deb --fix-missing
- apt-get install -q -y build/build.deb --fix-missing
# copy example config from GitLab-CI-Variables
#- cat ${EXAMPLE_CONFIG} > /etc/fastapi-dls/env
#- systemctl daemon-reload