Skip to content
Snippets Groups Projects
Commit 0ca3dbac authored by Chandan Singh's avatar Chandan Singh
Browse files

.gitlab-ci.yml: Use newer image for overning aarch tests

During recent reorganizing of `.gitlab-ci.yml` to work with `tox`, seems
like we missed to update the image used by the overnight aarch tests,
meaning that they currently fail due to `tox` being missing from them.

Fixes #859.
parent 4f5f1184
No related branches found
No related tags found
No related merge requests found
Pipeline #43268957 canceled
......@@ -61,7 +61,7 @@ tests-ubuntu-18.04:
<<: *tests
overnight-fedora-28-aarch64:
image: buildstream/testsuite-fedora:aarch64-28-06bab030-32a101f6
image: buildstream/testsuite-fedora:aarch64-28-5da27168-32c47d1c
tags:
- aarch64
<<: *tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment