From a7d0d7a8115f943c5d6c3e4d0abf5170a1e2ab07 Mon Sep 17 00:00:00 2001 From: Antwan <antoine.blancy@etu.hesge.ch> Date: Mon, 11 Apr 2022 22:06:07 +0200 Subject: [PATCH] a --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 543d0fe..39af1ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,3 +15,4 @@ test-code-job: script: - echo "Testing with curl!" - sshpass -p password ssh iti@10.9.8.17 curl 10.0.3.2 + - sshpass -p password ssh iti@10.9.8.17 curl 10.0.0.2 -- GitLab