Skip to content

Commit 53b372a

Browse files
committed
Fix gitlab-ci
1 parent 7546a65 commit 53b372a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.gitlab/backend-springboot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ install_backend_springboot:
55
- cd backend-springboot
66
script:
77
- mvn -B -DskipTests verify
8-
rules:
9-
- changes: [backend-springboot/**]
8+
# rules:
9+
# - changes: [backend-springboot/**]
1010

1111
test_backend_springboot:
1212
stage: test
@@ -21,8 +21,8 @@ test_backend_springboot:
2121
junit: backend-springboot/target/surefire-reports/*.xml
2222
paths:
2323
- backend-springboot/target/site/jacoco
24-
rules:
25-
- changes: [backend-springboot/**]
24+
# rules:
25+
# - changes: [backend-springboot/**]
2626

2727
build_backend_springboot:
2828
stage: build

.gitlab/frontend-angular.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ install_frontend:
66
- npm ci
77
script:
88
- node -v
9-
rules:
10-
- changes: [frontend-angular/**]
9+
# rules:
10+
# - changes: [frontend-angular/**]
1111

1212
lint_frontend:
1313
stage: lint
@@ -17,8 +17,8 @@ lint_frontend:
1717
- npm ci
1818
script:
1919
- npm run lint
20-
rules:
21-
- changes: [frontend-angular/**]
20+
# rules:
21+
# - changes: [frontend-angular/**]
2222

2323
test_frontend:
2424
stage: test
@@ -31,8 +31,8 @@ test_frontend:
3131
- npm ci
3232
script:
3333
- npm run test:headless
34-
rules:
35-
- changes: [frontend-angular/**]
34+
# rules:
35+
# - changes: [frontend-angular/**]
3636

3737
build_frontend:
3838
stage: build

0 commit comments

Comments
 (0)