Search found 1 match
- Mon Apr 20, 2020 7:21 pm
- Forum: Support
- Topic: Unable to integrate compilation with Docker Gitlab CI with Ubuntu Image
- Replies: 0
- Views: 389
Unable to integrate compilation with Docker Gitlab CI with Ubuntu Image
I have this code in gitlab-ci.yml which works great in my local docker instance. image: ubuntu:rolling Coverity: stage: build script: - apt update - apt install -y curl git unzip - sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list - export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_...