diff options
author | Andres Gomez <[email protected]> | 2020-03-08 01:30:45 +0200 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2020-03-11 16:17:05 +0200 |
commit | f5235a5b73116ee285bb7f3d50bb5ad4e1269a11 (patch) | |
tree | e6582c25b92d99993dab6658e4e0120f7771d5a4 /.gitlab-ci.yml | |
parent | 52c53c4a49547a55cac211e476474fd2fc5614ad (diff) |
gitlab-ci: Remove unneeded python3-pilkit dependency
It was added with tracie, but it doesn't depend on it.
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba4b9c6d40e..5cd8a31804c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,7 +133,7 @@ x86_build: x86_test-gl: extends: x86_build variables: - DEBIAN_TAG: &x86_test-gl "2020-02-14" + DEBIAN_TAG: &x86_test-gl "2020-03-11" # Debian 10 based x86 test image for VK x86_test-vk: |