Fix EFF Open Audio License removal.
[platform/upstream/libvorbis.git] / .gitlab-ci.yml
index 411b47c..e438d97 100644 (file)
@@ -2,7 +2,7 @@ default:
   tags:
     - docker
   # Image from https://hub.docker.com/_/gcc/ based on Debian
-  image: gcc
+  image: gcc:9
 
 autoconf:
   stage: build
@@ -14,10 +14,6 @@ autoconf:
     - ./configure
     - make
     - make distcheck
-  cache:
-    paths:
-      - "lib/*.o"
-      - "lib/.libs/*.o"
 
 cmake:
   stage: build