Skip to content
Snippets Groups Projects
Commit 19c64233 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Update .gitlab-ci.yml to add missing env variables in uni-test job

#57
parent d9083a7c
Branches
No related tags found
No related merge requests found
...@@ -12,6 +12,10 @@ variables: ...@@ -12,6 +12,10 @@ variables:
FF_NETWORK_PER_BUILD: 1 FF_NETWORK_PER_BUILD: 1
PUBLIC_KEY_VALUE: "empty" PUBLIC_KEY_VALUE: "empty"
OPA_URI: "http://127.0.0.1:8181" OPA_URI: "http://127.0.0.1:8181"
DB_PASSWORD: "random"
DB_USER: "random"
DB_DATABASE: "random"
DB_HOST: "random"
cache: cache:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment