summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 5 insertions, 3 deletions
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: