We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a3b30 commit ba8c09bCopy full SHA for ba8c09b
.gitlab/frontend-angular.yml
@@ -1,4 +1,4 @@
1
-install_frontend:
+install_frontend_angular:
2
stage: install
3
image: node:20
4
before_script:
@@ -9,7 +9,7 @@ install_frontend:
9
# rules:
10
# - changes: [frontend-angular/**]
11
12
-lint_frontend:
+lint_frontend_angular:
13
stage: lint
14
15
@@ -20,7 +20,7 @@ lint_frontend:
20
21
22
23
-test_frontend:
+test_frontend_angular:
24
stage: test
25
26
@@ -34,7 +34,7 @@ test_frontend:
34
35
36
37
-build_frontend:
+build_frontend_angular:
38
stage: build
39
40
0 commit comments