Fix CI build artifacts

This commit is contained in:
Aarni Halinen
2020-12-31 00:23:02 +02:00
parent fc5e519e59
commit fa3c917673
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -42,12 +42,12 @@ build:
needs: ["install"]
stage: build
script:
- API_URL=https://api.dev.sik.party/api npm run build
- npm run build
dependencies:
- install
artifacts:
paths:
- dist
- .next
expire_in: 1 week
test:e2e: