From 53e660135fadea8e1380165252ab87e3d4dfd105 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Tue, 13 Feb 2024 19:41:20 +0100 Subject: Changes for py2 --- .gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed664ab..b0aae2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - build variables: &base_vars - DEBIAN_COMMON_PACKAGES: make python3 git gcc g++ + DEBIAN_COMMON_PACKAGES: make python git gcc g++ .prerequisites: &prerequisites before_script: @@ -11,15 +11,17 @@ variables: &base_vars - uname -a - apt-get update - apt-get install -y -qq $INSTALL_PACKAGES $DEBIAN_COMMON_PACKAGES + - apt-cache policy python + - apt-cache search python # Compilers variables: <<: *base_vars -re:debian-stable: +re:ubuntu1804:build: <<: *prerequisites stage: build - image: debian:stable + image: ubuntu:18.04 variables: <<: *base_vars script: -- cgit v1.2.3-60-g2f50