diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml deleted file mode 100644 index 3227f39..0000000 --- a/.gitlab-ci.yaml +++ /dev/null @@ -1,16 +0,0 @@ -stages: - - build - - test - -variables: - APP_NAME: "demo-app" - -build: - stage: build - script: - - echo "Building $APP_NAME" - -test: - stage: test - script: - - echo "Testing $APP_NAME" \ No newline at end of file