Hotfix[ZoneLocationsTree]: Fixed node fetching and adapted to back data #1589
|
@ -122,7 +122,7 @@ pipeline {
|
|||
|
||||
def image = docker.build('lilium-dev', '-f docs/Dockerfile.dev docs')
|
||||
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ --init") {
|
||||
sh 'cypress run --browser chromium || true'
|
||||
sh 'cypress run --browser chromium --disable-gpu || true'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue