Skip to content

Commit fd083d3

Browse files
authored
Merge pull request #175 from elkoniu/use-repo-packages
chore: Use repository instead downloaded deb packages
2 parents 80e62d9 + 1f79ae0 commit fd083d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include:
1212

1313
variables:
1414
MENDER_VERSION: mender-master
15-
MENDER_ARTIFACT_VERSION: 4.0.0
15+
MENDER_ARTIFACT_VERSION: 4.1.0
1616
MENDER_CONFIGURE_VERSION: $CI_COMMIT_REF_NAME
1717

1818
test:unit:
@@ -55,7 +55,7 @@ test:integration:
5555
- pip install -r tests/integration/mender_integration/tests/requirements-python/python-requirements.txt
5656
# Download and install mender-artifact
5757
- apk add --no-cache dpkg
58-
- wget "https://downloads.mender.io/repos/debian/pool/main/m/mender-artifact/mender-artifact_${MENDER_ARTIFACT_VERSION}-1%2bubuntu%2bnoble_amd64.deb"
58+
- wget "https://downloads.mender.io/repos/workstation-tools/pool/main/m/mender-artifact/mender-artifact_${MENDER_ARTIFACT_VERSION}-1%2bubuntu%2bnoble_amd64.deb"
5959
--output-document mender-artifact.deb
6060
- dpkg --extract mender-artifact.deb /
6161
script:

0 commit comments

Comments
 (0)