ci: add dummy settings

This commit is contained in:
Abel Luck 2023-11-06 12:44:00 +01:00
parent 8ba7ca44b6
commit 981ccceab0

View file

@ -5,6 +5,9 @@ stages:
- build - build
test: test:
stage: test stage: test
variables:
TAILSCALESD_API_KEY: tskey-dummy
TAILSCALESD_TAILNET: example.com
script: script:
- apt-get update - apt-get update
- apt-get install -y make python3-poetry - apt-get install -y make python3-poetry