Commit 297beb9e authored by Abhishek's avatar Abhishek
Browse files

Update .gitlab-ci.yml file

parent e6b6178f
Pipeline #11827 failed with stage
in 1 minute and 49 seconds
...@@ -28,8 +28,8 @@ variables: ...@@ -28,8 +28,8 @@ variables:
run_full_automation: run_full_automation:
stage: full_test stage: full_test
script: script:
# 1. Install curl + netcat if missing # 1. Install curl + netcat-openbsd
- apt-get update && apt-get install -y curl netcat - apt-get update && apt-get install -y curl netcat-openbsd
# 2. Start Apache in background # 2. Start Apache in background
- echo "🚀 Starting Apache..." - echo "🚀 Starting Apache..."
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment