Skip to content
Snippets Groups Projects

Resolve "CI: E2E tests are not working since docker image update"

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -60,6 +60,11 @@ install:
test:
stage: test
only:
- tags
- schedules
- web
- master
script:
- npm run e2e
Loading