From b164384a32d0e3ee35b2b192651720581790b2d4 Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Fri, 21 Feb 2020 09:07:06 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2130f26d..78499e52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,5 +6,4 @@ PythonBuild: artifacts: untracked: true script: - - apt-get update && apt-get install python3 -y - - python3 helloworld.py \ No newline at end of file + - apt-get update && apt-get install python3 -y \ No newline at end of file -- GitLab