From a66fa7f4f7068bd5400f837532dfe95b9fd824e0 Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 18 Feb 2020 11:52:33 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2130f26d..6c51653c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,4 @@ PythonBuild: untracked: true script: - apt-get update && apt-get install python3 -y - - python3 helloworld.py \ No newline at end of file + - bash build.sh \ No newline at end of file -- GitLab