diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c2fb52..c6145c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,12 +11,15 @@ variables: job1: stage: test script: echo "This is the test stage" - + job2: stage: build script: echo "Building the application..." - job3: stage: deploy script: echo "Deploying to production" + +job4: + stage: deploy + script: echo "Deploying to production" \ No newline at end of file diff --git a/image1.jpg b/image1.jpg new file mode 100644 index 0000000..27e2dc7 Binary files /dev/null and b/image1.jpg differ