From 9439b7b2b84f663a88e1a025c5ca85beac3bb3d6 Mon Sep 17 00:00:00 2001
From: joan <jvallve@iri.upc.edu>
Date: Tue, 21 Dec 2021 14:35:24 +0100
Subject: [PATCH] testinc CI

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfab184..52364eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,10 @@ stages:
 
   # create ci_deps folder (if not exists)
   - mkdir -pv ci_deps
+  
+  - cd
+  - ls
+  - cat .bashrc
 
 .license_header_template: &license_header_definition
   - cd $CI_PROJECT_DIR
-- 
GitLab