From 4729566066a3c6c3a73f29852bf803d883065bd3 Mon Sep 17 00:00:00 2001
From: Your Name <stephan.seitz@fau.de>
Date: Tue, 3 Sep 2019 10:53:28 +0200
Subject: [PATCH] CI: use correct images

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3756543..2ab8e4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ ubuntu:
   except:
     variables:
       - $ENABLE_NIGHTLY_BUILDS
-  image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
+  image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
   script:
     - python3 -m pip install -e .
     - python3 setup.py test
@@ -61,7 +61,7 @@ full:
   except:
     variables:
       - $ENABLE_NIGHTLY_BUILDS
-  image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
+  image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
   script:
     - python -m pip install -e .
     - python setup.py test
-- 
GitLab