From 84583e7a891d4b1129340bda7889486d30211779 Mon Sep 17 00:00:00 2001
From: Robert K <robertk@posteo.org>
Date: Wed, 14 Oct 2020 18:40:39 +0200
Subject: [PATCH] [bugfix][ci] try running python on ubuntu.

---
 .gitlab-ci.yml | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5410c926..92995519 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,12 +33,9 @@ debian-11-gcc-9-17:
   variables:
     DUNECI_TOOLCHAIN:  gcc-9-17
 
-    #ubuntu:20.04--gcc:
-    #image: duneci/ubuntu:18.04
-    #script:
-    #- source /duneci/modules/dune-pip/bin/activate
-    #  # issue with setup-dunepy: dune-fem-dg not yet build so dependency in dune-fem-dg fails
-    #  # - python /duneci/modules/dune-python/bin/setup-dunepy.py --opts=$CI_PROJECT_DIR/scripts/opts/ci-gcc.opts install
-    #- duneci-standard-test
-    #variables:
-    #DUNECI_TOOLCHAIN:  gcc-7-17
+ubuntu-20.04-gcc-9-17:
+  image: registry.dune-project.org/docker/ci/ubuntu:20.04
+  script:
+    - duneci-standard-test
+  variables:
+    DUNECI_TOOLCHAIN:  gcc-9-17
-- 
GitLab