Skip to content

Commit 32d3c0f

Browse files
authored
Update .gitlab-ci.yml
1 parent fc59c6c commit 32d3c0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
image: node:latest
22

3-
cache:
4-
paths:
5-
- node_modules/
6-
73
stages:
84
- build
95
- test
106

7+
cache:
8+
paths:
9+
- node_modules/
10+
1111
install_dependencies:
1212
stage: build
1313
script:

0 commit comments

Comments
 (0)