From 706e8f0c253cc882f763a77a083415cc2fc7a8d6 Mon Sep 17 00:00:00 2001 From: Ricardo Hernandez-Montoya Date: Wed, 26 Apr 2017 12:13:15 +0200 Subject: [PATCH] ci config with basic test stage --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..2a00fb2 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +stages: +- test + +test_job: + stage: test + script: + - npm test \ No newline at end of file