From 1491f521e53311a2f2e12fb8df1882ae75871f1f Mon Sep 17 00:00:00 2001 From: Goutte Date: Mon, 18 Mar 2019 12:14:14 +0100 Subject: [PATCH] Update .gitlab-ci.yml to run in before_script. Otherwise we get a "host not found". --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4513fa22a..ba85e8c77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,8 @@ - stages: - deploy deploy: stage: deploy image: byrnedo/alpine-curl:0.1 - script: + before_script: - curl https://courses.m3p2.ljbac.com/sync