From 78e108ca1dfaadb5dea5f8bb1f949e30a60b0e38 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 8 May 2017 23:08:26 +0200 Subject: Fix missing pulp on path --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2df9fa6..a554e79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,6 @@ install_purescript: - npm install bower - npm install purescript - npm install pulp - - export PATH=node_modules/.bin:$PATH; - bower install --allow-root prepare_site: @@ -35,6 +34,8 @@ pages: image: haskell:latest stage: pages script: + - ls node_modules/.bin + - export PATH=node_modules/.bin:$PATH; - stack exec cooking build artifacts: paths: -- cgit v1.2.3