aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b94e1b..28619e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,8 @@ test:
eslint:
stage: test
+ before_script:
+ - echo -e "host: localhost\nport: 8080\ndev_port: 8008\ntitle: test" > settings.yml
script:
- yarn eslint packages/server
- yarn workspace client lint \ No newline at end of file