diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a554e79..063c7a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ install_purescript: - npm install bower - npm install purescript - npm install pulp - - bower install --allow-root + - ./node_modules/.bin/bower install --allow-root prepare_site: image: haskell:latest |