Skip to content

Commit 0f5886c

Browse files
committed
Fix(CI): Trying to fix
1 parent 0412518 commit 0f5886c

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-
- cd packages/runtime/ && npm run build && cd -
13+
- cd packages/runtime/ && npm ci && npm run build && cd -
1414
- npm link packages/runtime --unsafe-perm
1515
- npm run test
1616

0 commit comments

Comments
 (0)