From 55635575d1acd26506809ee4c8d836495104dc75 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 8 Apr 2018 13:53:49 +0200 Subject: [PATCH] CI tweaks --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8184d4f..fde133b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,9 @@ cache: testing: stage: test script: - - npm i gatsby-cli -g - npm i - npm test - - npm run build + - ./node_modules/gatsby/dist/bin/gatsby.js build + artifacts: + paths: + - public