Skip to content
Snippets Groups Projects
Commit e273d9c5 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Fix unit tests after changing branches too eagerly


Commit 108fb918 was a bit too eager in changing the branch names and also
changed the ones in the unit tests, breaking them since the reference files
weren't update accordingly.

Revert those changes so that unit tests pass again.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 3f188f67
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ metadata:
install:
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2019dev0'
branch: master
run:
steps:
......
......@@ -36,7 +36,7 @@ metadata:
install:
git-repos:
- url: https://gitlab.apertis.org/tests/apparmor.git
branch: 'apertis/v2019dev0'
branch: master
run:
steps:
......
......@@ -37,7 +37,7 @@ install:
- chown user:user -R /tmp/ribchester-*
git-repos:
- url: https://gitlab.apertis.org/infrastructure/apertis-tests.git
branch: 'apertis/v2019dev0'
branch: master
run:
steps:
......
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