diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89fba5cdc125d35ee2e214a45b3a902cb5cbc41e..fcd7d77edc02f091cdf2a565b4bb312fb2ca49d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,9 @@ before_script: ## Create the SSH directory and give it the right permissions ## - mkdir -p ~/.ssh - - chmod 700 ~/.ssh - ls + - chmod 700 ~/.ssh + - ls - apt-get update - apt-get install -y build-essential cmake