Loading .gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -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