Fix syntax

This commit is contained in:
Ana Gelez 2020-08-10 16:00:45 +02:00
parent 06c625c686
commit db916039db

View file

@ -142,7 +142,7 @@ local Unit(db) = cachedPipeline(
// that use Selenium (located in scripts/browser_test).
local Integration(db) = {
volumes: [
name: 'webdriver-socket', temp: {},
{ name: 'webdriver-socket', temp: {}, },
]
} + basePipeline(
"integration-" + db,