Skip to content

Commit ec9a603

Browse files
committed
ci: update testing tools
1 parent a402f3b commit ec9a603

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
# Ex: "Test Weekly", "Nighlty add feature"
1313

1414
include:
15-
- project: softwareradiosystems/testing-tools
16-
ref: "48"
15+
- project: softwareradiosystems/ci/tools
16+
ref: "2"
1717
file: .gitlab/ci-shared/setup/all.yml
18-
- project: softwareradiosystems/testing-tools
19-
ref: "48"
18+
- project: softwareradiosystems/ci/tools
19+
ref: "2"
2020
file: .gitlab/ci-shared/features/all.yml
21-
- project: softwareradiosystems/testing-tools
22-
ref: "48"
21+
- project: softwareradiosystems/ci/tools
22+
ref: "2"
2323
file: .gitlab/ci-shared/tools/test_reporter.yml
2424
- local: .gitlab/ci/build.yml
2525
- local: .gitlab/ci/e2e.yml

.gitlab/ci/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#
88

99
include:
10-
- project: softwareradiosystems/testing-tools
11-
ref: "48"
10+
- project: softwareradiosystems/ci/tools
11+
ref: "2"
1212
file: .gitlab/ci-shared/setup/all.yml
1313

1414
stages:

.gitlab/ci/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# the distribution.
77
#
88
include:
9-
- project: softwareradiosystems/testing-tools
10-
ref: "48"
9+
- project: softwareradiosystems/ci/tools
10+
ref: "2"
1111
file: .gitlab/ci-shared/setup/all.yml
1212

1313
.prepare_test:

0 commit comments

Comments
 (0)