diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45bbe1f..800b20c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,9 @@ test:e2e: stage: test script: - NEXT_PUBLIC_API_URL=https://api.dev.sik.party/api npm run test:e2e + artifacts: + paths: + - tests/testcafe/screenshots publish:dev: stage: publish diff --git a/next.config.js b/next.config.js index ef76ada..15c84b4 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,6 @@ module.exports = { experimental: { jsconfigPaths: true }, - env: {}, webpack: (config) => { config.plugins.push( new FaviconsWebpackPlugin({