.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

View File

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