ENV for CI e2e test

This commit is contained in:
Aarni Halinen
2020-12-31 02:50:44 +02:00
parent 60fbb6a9ec
commit 6c72fc1978
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ test:e2e:
needs: ["install", "build"]
stage: test
script:
- npm run test:e2e
- NEXT_PUBLIC_API_URL=https://api.dev.sik.party/api npm run test:e2e
publish:dev:
stage: publish