gitlab-ci: Change the obj-dir so it doesn't create problems
[pam_wrapper.git] / .gitlab-ci.yml
index 1481ab583581bfe1fad06435017cfd145165026f..b03b3e97ca1e15e3a3fdd3680559b79cc44696a7 100644 (file)
@@ -116,7 +116,7 @@ fedora/csbuild:
 freebsd/x86_64:
   image:
   script:
-    - mkdir -p obj && cd obj && cmake
+    - mkdir -p obj-freebsd && cd obj-freebsd && cmake
       -DCMAKE_BUILD_TYPE=RelWithDebInfo
       -DPICKY_DEVELOPER=ON
       -DUNIT_TESTING=ON .. &&
@@ -132,7 +132,7 @@ freebsd/x86_64:
     expire_in: 1 week
     when: on_failure
     paths:
-      - obj/
+      - obj-freebsd/
   # pam_wrapper stopped to work with the latest OpenPAM version, this is a
   # bigger effort to investigate.
   allow_failure: true