Merge branch 'master' of gitlab.psi.ch:sf_cristallina/cristallina

This commit is contained in:
2023-03-23 13:30:55 +01:00

10
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,10 @@
build-job:
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
test-job1:
stage: test
script:
- echo "This job tests something"