Skip to content

Commit ba8c09b

Browse files
committed
improve .gitlab frontend-angular
1 parent 05a3b30 commit ba8c09b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab/frontend-angular.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
install_frontend:
1+
install_frontend_angular:
22
stage: install
33
image: node:20
44
before_script:
@@ -9,7 +9,7 @@ install_frontend:
99
# rules:
1010
# - changes: [frontend-angular/**]
1111

12-
lint_frontend:
12+
lint_frontend_angular:
1313
stage: lint
1414
image: node:20
1515
before_script:
@@ -20,7 +20,7 @@ lint_frontend:
2020
# rules:
2121
# - changes: [frontend-angular/**]
2222

23-
test_frontend:
23+
test_frontend_angular:
2424
stage: test
2525
image: node:20
2626
before_script:
@@ -34,7 +34,7 @@ test_frontend:
3434
# rules:
3535
# - changes: [frontend-angular/**]
3636

37-
build_frontend:
37+
build_frontend_angular:
3838
stage: build
3939
image: node:20
4040
before_script:

0 commit comments

Comments
 (0)