Fix CI pipeline
authorNHOrus <jy6x2b32pie9@yahoo.com>
Thu, 8 Mar 2018 12:18:32 +0000 (15:18 +0300)
committerNHOrus <jy6x2b32pie9@yahoo.com>
Thu, 8 Mar 2018 12:18:32 +0000 (15:18 +0300)
.gitlab-ci.yml

index 3644753c5d709b2e1bd3ae77d8fa0b2e1fd331f1..1a695406a6cf87bc13fee2706a320a3bbc9dd581 100644 (file)
@@ -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: