From 583a713696be1dfe124ffb52398bf04cbc977263 Mon Sep 17 00:00:00 2001 From: Ricardo Hernandez-Montoya Date: Wed, 26 Apr 2017 12:23:38 +0200 Subject: [PATCH] define runner's environment docker image --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a00fb2..2be3363 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,9 @@ +image: node:7.9.0 + stages: - test test_job: stage: test script: - - npm test \ No newline at end of file + - npm test