commit e7efec9598571c3544c1db29376c61b0f7f13379 parent 44b1b8d3697a93fca4ffe1fcc2b051a08e07d47e Author: finwo <finwo@pm.me> Date: Mon, 22 Oct 2018 16:05:38 +0200 The runner didn't know about nodejs Diffstat:
| M | .gitlab-ci.yml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: node:10.11.0 + tests: script: - npm test