Skip to content
Snippets Groups Projects

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

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