From bedaf7de00a33bdaf6170ce1c20369acd430ed09 Mon Sep 17 00:00:00 2001
From: Eric Boittier <ericdavid.boittier@unibas.ch>
Date: Wed, 23 Nov 2022 11:49:05 +0100
Subject: [PATCH] added CI/CD YAML file

---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..09a5677
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+default:
+  tags:
+    - docker
+  image: python:3.10-slim-buster
+
+my_tests:
+  # Good to put a small description here of what this job does
+  script:
+    - echo "Command 1"
+    - echo "Command 2"
-- 
GitLab