From 959c01cdaefae77de1c1d23f46702654c954cb95 Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Fri, 20 Sep 2019 09:58:52 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd62eb361..7ad4295e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # ===== TEST PyWake debian===== test_PyWake: # name the job what we like - image: continuumio/anaconda3:latest + image: dtuwindenergy/topfarm2:latest stage: # build, test, deploy defined by default [2] test script: @@ -16,7 +16,7 @@ test_PyWake: # name the job what we like # ===== Check code style ===== check_code_style: # name the job what we like - image: continuumio/anaconda3:latest + image: dtuwindenergy/topfarm2:latest stage: # build, test, deploy defined by default [2] test script: -- GitLab