diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efc386a6e22caa6e11cdbc3f8edd494ae8fdb147..818437ade15adaecea549835aee20dcbf65c9994 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: + - which ssh - echo "Compiling the code..." - echo "Compile complete."