From 1637f315279358c05bdf2dadad2e01aca2965741 Mon Sep 17 00:00:00 2001 From: Lars Beckers <larsb@fsmpi.rwth-aachen.de> Date: Sat, 21 Sep 2019 20:09:47 +0200 Subject: [PATCH] change CI image naming --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f759f6c..f713d55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ --- -image: stretch_python +image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-python:buster before_script: - export LANG=en_US.UTF-8 -- GitLab