Temporarily disable webide stage, because it contains a randomly failing test.

This commit is contained in:
Suzanne Dupéron 2020-06-24 10:37:57 +01:00
parent 65161148d3
commit a4e414bd76

View File

@ -85,9 +85,11 @@ xrefcheck:
.webide-e2e: .webide-e2e:
extends: .nix extends: .nix
only: only:
- merge_requests # Disabled for now unless the branch name contains webide, because a test in this job fails randomly
- dev - /.*webide.*/
- /^.*-run-dev$/ #- merge_requests
#- dev
#- /^.*-run-dev$/
script: script:
- nix-build nix -A ligo-editor.e2e - nix-build nix -A ligo-editor.e2e