From 66a79f9c4a20a5c50d461a8ca9c58f56149f245b Mon Sep 17 00:00:00 2001 From: Felix Goding <felgo673@student.liu.se> Date: Mon, 24 Feb 2020 11:15:53 +0100 Subject: [PATCH] Readded yaml file --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..78499e52 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +stages: + - build + +PythonBuild: + stage: build + artifacts: + untracked: true + script: + - apt-get update && apt-get install python3 -y \ No newline at end of file -- GitLab