Use the new path to the openSUSE Docker image.
[open-adventure.git] / .gitlab-ci.yml
index d337d0e184e9522b4ac4a5e7540ce0c500b7ceb0..0d0f8d083853b686c9b36524c4b5bf3564c2ad8e 100644 (file)
@@ -1,4 +1,4 @@
-image: opensuse:tumbleweed
+image: opensuse/tumbleweed
 
 stages:
   - build
@@ -9,7 +9,7 @@ stages:
 binary:debug:
   stage: build
   before_script:
-    - zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov 
+    - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python2-PyYAML lcov
   script:
     - make debug
   artifacts:
@@ -69,7 +69,7 @@ dist:
 test:debug:
   stage: test
   before_script:
-    - zypper install -y make gcc libedit-devel libasan3 libubsan0 python python2-PyYAML lcov
+    - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python2-PyYAML lcov
   script:
     - make coverage
   artifacts: