diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53e6777082cfa95813f94442bd6178a1741b19f4..c77551b161ec31c0deea568c9f734bf6e44aea14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,12 @@ image: node:16 +variables: + POSTGRES_USER: "dashboard" + POSTGRES_PASSWORD: "hackme" + test: + services: + - postgres:14 stage: test script: - npm install