Commit bd324854 authored by Jakob Moser's avatar Jakob Moser
Browse files

Use http-server because that hopefully exists

parent 3f788aa2
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3,9 +3,8 @@ test:
    name: cypress/included:10.7.0
    entrypoint: [""]
  stage: test
  before_script:
    - npm install --global http-server
  script:
    - cd static/
    - python -m http.server &
    - sleep 5
    - cd ..
    - npx http-server ./static -p 8000 &
    - cypress run