Commit 3f788aa2 authored by Jakob Moser's avatar Jakob Moser
Browse files

Don't bind and sleep to ensure server has started

parent 21cc1872
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ test:
  stage: test
  script:
    - cd static/
    - python -m http.server --bind 127.0.0.1 &
    - python -m http.server &
    - sleep 5
    - cd ..
    - cypress run