diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3472f798417849a3e8c9c1dae7bf21c1b5b82768..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -build_hello: - stage: build - tags: - - shell - script: - - make - -test_hello: - stage: test - tags: - - shell - script: - - make test