From 984c9adbdf7bae1660c6a89cc2485b7c81c90099 Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Tue, 18 Feb 2020 11:09:08 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b747f5d..2130f26d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ stages: PythonBuild: stage: build + artifacts: + untracked: true script: - apt-get update && apt-get install python3 -y - python3 helloworld.py \ No newline at end of file -- GitLab