Skip to content

Commit dd353a6

Browse files
committed
Fix CI/CD.
1 parent 29dcb24 commit dd353a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ build:site:
4040
- .node_image
4141
- .build_rules
4242
before_script:
43-
- |
44-
cd ${CI_PROJECT_DIR}/web
45-
npm ci
43+
- npm ci
4644
script:
4745
- ./node_modules/.bin/gulp
4846
artifacts:

0 commit comments

Comments
 (0)