Skip to content

Commit ebf04ce

Browse files
committed
Fix(CI): Use install instead of link
1 parent e284267 commit ebf04ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stages:
1010
script:
1111
- npm ci
1212
- npm run build
13-
- npm link packages/runtime --unsafe-perm
13+
- npm install packages/runtime --unsafe-perm
1414
- npm run test
1515

1616
node-10-llvm-6:

0 commit comments

Comments
 (0)