From 76b5febb79854518780da7b1e9a106d172d018e4 Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Sun, 10 Dec 2017 00:57:11 +0100 Subject: [PATCH] fixed syntax --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb1f6a7..925bbb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ livetest: - python3 -V - uname -a - apt install -y python3-requests - - #./tests/urlcheck_sinf.py +# - ./tests/urlcheck_sinf.py deploy_staging: image: archlinux -- GitLab