diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10e6974b4..2c2f73f40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,8 @@ node modules: - .npm - node_modules script: + - make .npmrc # TODO: debug + - cat .npmrc # TODO: debug - make node_modules before_script: &nix-before - git config --global init.defaultBranch master